Setting Auto Key Pulldown to "Selected" by default

Setting Auto Key Pulldown to "Selected" by default

Anonymous
Not applicable
381 Views
0 Replies
Message 1 of 1

Setting Auto Key Pulldown to "Selected" by default

Anonymous
Not applicable

When I initially open Max and start working, I like Auto Key to be on by default, and the drop down menu next to Auto Key to be set to "Selected". I found this handy code to set Auto Key on by default (saved in a script in my scripts/startup/ folder.

 

callbacks.addScript #systemPostReset "animButtonState = true"
callbacks.addScript #systemPostNew "animButtonState = true"
callbacks.addScript #filePostOpen "animButtonState = true"
animButtonState = true

 

How can you set the Auto Key drop down to always be "Selected" when Max initially starts up?

 

Sometimes, depending on how the file was saved before, the pull down may be saved in a state other than "selected". This can trip up animators if they want it set to "selected" and don't remember to check before setting keys.

 

Thanks!

0 Likes
382 Views
0 Replies
Replies (0)