Something is driving me crazy, and i feel kinda stupid asking, but i’ve looked the customize UI so many times for this top try and find an answer but i can’t.
it would really speed up my work if i could map the different options in ‘Use Pivot Point Center’ to a hotkey or add it into my quad menu.
please help?
thanks
Well, it might not be as straightforward as you’d like, but you can wrap these commands in a macroscirpt (or macroscripts, if you want different hotkeys), then bind the macroscripts to hotkeys :
toolMode.transformCenter()
Sets Coordinate System Center to Transform Coordinate System.
toolMode.selectionCenter()
Sets Coordinate System Center to Selection Center.
toolMode.pivotCenter()
Sets Coordinate System Center to Pivot Point Center.