Introduced
1.0
Description
Saves a scene with a different name or in a different location.
Scripting Syntax
SaveSceneAs( [SceneFileName], [CopyExtFiles] )
Parameters
|
Parameter |
Type |
Description |
|
SceneFileName |
Full path name of the scene Default Value: A file browser pops up |
|
|
CopyExtFiles [public] |
True to copy external files to the same location as the scene Default Value: False |
Examples
VBScript Example
CreatePrim "Sphere", "MeshSurface"
SaveSceneAs "T:\XSI_Project\Scenes\MyScene.scn"See Also
Autodesk Softimage v7.5