Scripting Crosswalk for Maya

 
 
 

You can script the export and import of dotXSI files to and from a Crosswalk-enabled installation of 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_importer" -pr -i "C:/tmp/test.xsi";

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License