I must be blind, I can't find this option in max 2013. The rest of my co-workers have no interest in upgrading and are just sticking with 2012. I don't want to save-as and hit the drop-down box every single time before I check in a max file. Is there a way to set 2013 to just automatically save as 2012?
Replies
I don't have 2012, but it works if I change it to 2011 and test that. BTW, you can paste that line of code into the listener, then select the line and drag an drop it to the tool bar. This will make a button for you.
Thanks. That seemed to work. Not really sure how you drag a line to the listener though to auto-create a button...?
Now every time you push that button it will execute the code.
thanks
So you MIGHT need to just save it with the right version ONCE and then save incremental will pull it correctly each time. But you should test it. If it works you just need to bind "save incremental" to a key.
You could probably save your maxstart.max file with the right version, to the max/scenes folder and that way every time you load up max that will load and have the right version and you never really have to worry about it unless you use the save dialog and incorrectly set the version.
Or if you really need to modify the exsisting code you need to build a "save incremental" command and append the file name and path from scratch, which could get tricky depending on if there are digits, how many there are, where they are in the file name, bla bla bla... It starts to get kind of complicated when you have to read something the user created because humans screw up names all the time hahaha.
I havent tested it much but it was the quickest way to do it without trying to figure out all the stuff Mark mentioned.