Hi! This feels like a really dumb question, sorry in advance, but i've not been able to figure it out. I'm a python user and mel noob trying to write a custom fbx export script in Maya. I need to access some of the FBX export properties that aren't available through the standard mel fbx export commands. The official docs…
Update -- found this guy's amazing script, fbx_properties.py "Take the output from the cmds.FBXProperties() command and convert it into useable cmds code. This will allow you to quickly set attrs that you want in the FBX export ui and get the results back in code."…