For example, I want to launch a script that creates a poly cube, export it to .stl or .fbx from the command line.
I can do it in Python by using the Maya standalone but it cannot handle exporting to other formats than .ma apparently
For example, I want to launch a script that creates a poly cube, export it to .stl or .fbx from the command line.
I can do it in Python by using the Maya standalone but it cannot handle exporting to other formats than .ma apparently
Copyright © 2021 Jogjafile Inc.
Why of course you can. Here's how you'd do exactly that (for FBX):
Hope that was useful.