Hi guys :) I need some really basic "one click export" which can be binded to some short-key or button. Currently i have frustrating routine like File->Export->... and so on. I dont need any changes in pivot, reset x-form and collapsing stack. Only regular export to FBX like i do ot currently, but just by one click.…
Since you are modifying the FBX Export/Import settings via maxscript this will also have an effect on the settings that apply when you do a File -> Export... or File -> Import... If you don't want to mess with the users current settings while still applying specific settings in your script, do it like this:…
Nice one guys! Yea I wasn't sure how you wanted to name it so I went with the object. Maxfilename returns the file name with the extension so your fbx file would be .../mything.max.fbx If you use the getfilenamefile on the maxfilename it drops the extension and just returns the name of the file. If you're looking to expand…
Hi, Mark. Yeah its pretty close to magic button what i need ) Thanks! I read a little about max script and try to change script to the way: export file with current .max file name. Like, if i have blah_blah.max, exported file should have the same name - blah_blah.fbx I was try using maxFileName, cause it looks like…