Go to: Synopsis. Return value. Flags. Python examples.
manipPivot([bakeOri=boolean], [moveToolOri=int], [ori=[float, float, float]], [oriValid=boolean], [pinPivot=boolean], [pos=[float, float, float]], [posValid=boolean], [reset=boolean], [resetMode=int], [resetOri=boolean], [resetPos=boolean], [rotateToolOri=int], [scaleToolOri=int], [snapOri=boolean], [snapPos=boolean], [valid=boolean])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
manipPivot is undoable, queryable, and NOT editable.
Changes transform component pivot used by the move/rotate/scale manipulators.None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
bakeOri(bo)
|
boolean
|
![]() ![]() |
||
|
||||
moveToolOri(mto)
|
int
|
![]() |
||
|
||||
ori(o)
|
[float, float, float]
|
![]() ![]() |
||
|
||||
oriValid(ov)
|
boolean
|
![]() |
||
|
||||
pinPivot(pin)
|
boolean
|
![]() ![]() |
||
|
||||
pos(p)
|
[float, float, float]
|
![]() ![]() |
||
|
||||
posValid(pv)
|
boolean
|
![]() |
||
|
||||
reset(r)
|
boolean
|
![]() |
||
|
||||
resetMode(rm) 2025
|
int
|
![]() |
||
|
||||
resetOri(ro)
|
boolean
|
![]() |
||
|
||||
resetPos(rp)
|
boolean
|
![]() |
||
|
||||
rotateToolOri(rto)
|
int
|
![]() |
||
|
||||
scaleToolOri(sto)
|
int
|
![]() |
||
|
||||
snapOri(so)
|
boolean
|
![]() ![]() |
||
|
||||
snapPos(sp)
|
boolean
|
![]() ![]() |
||
|
||||
valid(v)
|
boolean
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
import maya.cmds as cmds // Set tool component pivot to <1,0,0> cmds.manipPivot( p=(1, 0, 0) )