|
I’m trying to create a script to export animation in .dae format, but I can’t find the command to export it without showing the FBX Exporter window. I tried two commands, but none worked:
file -op "" -typ "DAE_FBX" -pr -es "D:/Test_project/DAE_FBX/test";
FBXExport -f "D:/Test_project/DAE_FBX/test.dae" -caller "DAEMayaTranslator";
I did manage to make it work with .fbx extension with the following command:
FBXExport -f "D:/Test_project/DAE_FBX/test.fbx"
(this way it exports without asking me for anything or showing the GUI)
Does anybody knows a way to do this with .dae?
Thanks
|
|
|