Hey guys, I’ve been trying to find out how I can query and set the pivot when in Component mode i Maya With code (MEL or Python), it turns out to be a lot harder than what I thought.
I’ve sort of found a way to Query it, however that just works if I’m in the move-tool before going into pivot-mode.
manipMoveContext -q -p Move;
But it seems there no way to actually set the pivot while in component mode, any suggestions?