I'm trying to create a one-click export for FBX using the scripting commands listed here: http://help.autodesk.com/view/MAYAUL/2017/ENU/?guid=GUID-76CF67F4-BBBB-48C6-AE48-6EF6975CB870 I have this block of MEL : <div>//units settings </div><div> FBXExportScaleFactor 1.0 ; </div><div> FBXProperty…
Thanks but the entire point of this script is to ensure that the settings are set the way I want them and not the current fbx export settings (which could be wrong).
iirc fbxexport doesn't work properly and I ended up using file.exportselected http://help.autodesk.com/cloudhelp/2016/CHS/Maya-Tech-Docs/Commands/file.html#flagexportSelected That will pick up your current fbx export settings and use them so as long as they're good you'll get the results you want.