EDIT : Maya initial idea isn't really necessary after I've discovered pivot marking menu. When pivot edit mode is toggled (press "d"), you can right click to open common options for pivot. So no need to hotkey those. I'd like to get the script which runs the "Reset" button on the pivot. When I open script editor and press…
this is what you get if you turn on echo all commands in the script editor. { string $objs[] = `ls -sl -type transform -type geometryShape`;if (size($objs) > 0) { xform -cp; } manipPivot -rp -ro; };manipMoveValues Move;toolPropertyShow;dR_updateToolSettings;