and I am encountering an annoying little issue.
Once I am in an edit poly subselection (poly/edge/face/vertices) I cannot "double tap" the corresponding key to get out of this mode and go back into object mode. You have to manually click on the sub icon again to get back into full object mode which is not helpfull for my workflow.
Does anybody have a fix for this ?
*Edit; I know that you can press 6 to get into object mode but I am really used to just double tapping ha*
Replies
Cause I tried what you said in 3ds max 2011 now and I had to do that before it worked.
The backstage command for exiting sub-object model is "subobjectLevel = 0" which works with KBSO on or off and works on every modifier. You can type that into the white/pink box in the lower left corner each time and hit enter, but that's more work than it needs to be so you should bind it to a key.
To do that you have to put that in a macroscript, it would look something like this: Go Main Menu > Maxscript > New Script, paste the above code
Tools > Evaluate All, to run it once
Then go to Main Menu > Customize > Customize UI change the category to "MyTools" and bind it to a key.
Now anytime you press that key regardless of what modifier you have selected or weather KBSO is on or off, you will exit sub-object mode.
Why they don't offer this out of the box has been a mystery for a VERY long time...
Thank you so much dude! totally worked.
The reason I switched to 3DS Max 2013 is because of 2012 was really buggy for me.. many hotkeys did not work. Actually 2013 is allot more stable for what I am doing (modeling mostly).