Hi guys, so I'm looking to create a script that exports my selection as .fbx with some specific options, I've searched the help and I can't figure out how to set these options specifically. Basically I want to export the .fbx with these options turned off even if the user has turned them on in the GUI so I'm looking for a…
Yes! It's possible but oddly not exposed in the maya scripting docs. I stumbled over this until I discovered the "FBXProperties" mel command. (there is no python equivalent that I could find) If you run that command, you'll see a huge printout in the script editor that shows all the FBX settings. It'll include the areas…