Scripting Crosswalk
[edit]
XSI
Exporting
CreateExportCrosswalkOptions (http://softimage.wiki.avid.com/sdkdocs/CreateExportCrosswalkOptions.htm) , "ExportCrosswalkOptions" SetValue "ExportCrosswalkOptions.Filename", "C:/temp/test" SetValue "ExportCrosswalkOptions.Format", 3 ExportCrosswalk (http://softimage.wiki.avid.com/sdkdocs/ExportCrosswalk.htm) "ExportCrosswalkOptions"
Importing
CreateImportCrosswalkOptions (http://softimage.wiki.avid.com/sdkdocs/CreateImportCrosswalkOptions.htm) , "ImportCrosswalkOptions" SetValue "ImportCrosswalkOptions.Filename", "C:/temp/test.xsi" ImportCrosswalk (http://softimage.wiki.avid.com/sdkdocs/ImportCrosswalk.htm) "ImportCrosswalkOptions"
[edit]
MAX
Exporting
exportFile "C:/temp/test.xsi" #noprompt
Importing
importFile "C:/temp/test.xsi" #noprompt
[edit]
MAYA
Exporting
file -op "FileFormat=0;Animation=1;Normals=0;2DTxt=1" -typ "Softimage_Crosswalk_exporter" -pr -ea "C:/tmp/test";
Importing
file -op "Update=1;UpdateMesh=1;UpdateTransform=1;UpdateMaterial=1" -typ "Softimage_Crosswalk_impporter" -pr -i "C:/tmp/test.xsi";
This page was last modified 16:40, 13 Sep 2007.
This page has been accessed 3442 times.

