Hi, Is there any script that allow me to export selected object as fbx with the last used settings? Just 1 click action. Also I'd like to have possibility to change the destination of the export. (path should be in the script) I already checked scriptspot.com, didn't find any useful scripts... Thanks in advice
i think mark dygert has made a script to do this, as well as moveing assets to xyz 0, 0, 0 before export too. Kinda like the various maya scripts to do the same thign
yep. and "hihi", it's easy for person who knows how to write scipts ;) -export selected object -save as fbx -export to given path -use last used settings -done ;)
Almost there: 1)How to export .fbx to the specific folder? (I don't want to export it to the max file's folder) 2)FBX should take name from object, not the file.
when you export manually it remembers the setting each time the fbx dialog pops up i think the noprompt has the same process but just presses OK by default when a dialog wants to popup
Does that use the last settings though Raven? Was always under the impression you needed to set it though I'm a noob when it comes to maxscript :P Just wondering since I generally set it with FBXExporterSetParam and GetParam. Sorry for the offtopic OP