dweinin
04-03-2006, 02:25 PM
Hello. I'm looking for a way to toggle the snap on my rotate with a hotkey. I want to hit Shift+E and have it turn on and when I hit Shift+E again it turns the snap off.
Right now I'm doing it using two different hot key configurations I have Upon Press:
manipRotateContext -e -snap true Rotate;
// Result: Rotate //
manipRotateValues Rotate;
toolPropertyShow;
Then I also have Upon Release:
manipRotateContext -e -snap false Rotate;
// Result: Rotate //
manipRotateValues Rotate;
toolPropertyShow;
This doesn't work as well as it should.
Right now I'm doing it using two different hot key configurations I have Upon Press:
manipRotateContext -e -snap true Rotate;
// Result: Rotate //
manipRotateValues Rotate;
toolPropertyShow;
Then I also have Upon Release:
manipRotateContext -e -snap false Rotate;
// Result: Rotate //
manipRotateValues Rotate;
toolPropertyShow;
This doesn't work as well as it should.
