20 lPlane.Selected =
True
25 lOptions.SaveSelectedModelsOnly =
True
26 lOptions.UseASCIIFormat =
True
29 lOptions.BaseCameras =
False
30 lOptions.CameraSwitcherSettings =
False
31 lOptions.CurrentCameraSettings =
False
32 lOptions.GlobalLightingSettings =
False
33 lOptions.TransportSettings =
False
36 lFilePath = os.path.join( tempfile.gettempdir(),
"SaveSelected.fbx" )
39 print "File successfully saved to %s" % lFilePath
41 print "Failed to save file: %s" % lFilePath