you could probably make seperate buttons/shortcuts for each state. set your preferences one way, shift click preferences to add it as a button to your shelf, change preferences, shift click again. not sure if it'll work, but it worked with adding hard/soft edge buttons.
or you could take a look into script editor and see if there's anything changing in there when you alter your preferences and look for the right command and create your own buttons that way.
Replies
or you could take a look into script editor and see if there's anything changing in there when you alter your preferences and look for the right command and create your own buttons that way.
polySelectConstraint -wholeSensitive off;
polySelectConstraint -wholeSensitive on;
I don't know how to make it so it's a toggle (if/then statement) but you could easily make each a shelf button, or a hotkey.
is there a way to check stuff like this out so i can hunt for the code snippets myself later on?