Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths22%, 15%, 14%, 16%, 33%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

NameFlag argumentsArgument typeExclusive toComments
posManip1booleanrotManip, scaleManipShow/hide the position manipulator,mutually exclusive with respect to [rotManip]
rotManip1booleanposManip, scaleManipShow/hide the rotation manipulator,mutually exclusive with respect to [posManip]
scaleManip1booleanposManip, rotManipShow/hide the scale manipulator,
specialManip1boolean
Show/hide the special manipulator,
posTrack1booleanSet/unset any manipulator snapping or following to the center of the selected nodes position
orientTrack1booleanSet/unset any manipulator snapping or following to the center of the selected nodes position
snap0Snaps manipulator to selected nodes
follow1booleanSet/unset following of current selection
selChangeFollow1booleanSet/unset following of current selection and any subsequent selection changes
grid1boolean
Set/unset manipulator grid snapping
posGridVal1integerSet the pos manip grid snapping value
rotGridVal1integerSet the rot manip grid snapping value
scaleGridVal1integer
logFeedback1booleanControls whether the feedback should be logged to the log file
size1floatinc, decSets the manipulator size, in mm
inc1floatsize, dec
dec1floatsize, inc
alignEnd0alignWs, alignPole
alignWs0alignEnd, alignPole
alignPole0alignEnd, alignWs
space1string
editBasePose1boolean

Return value

void

Examples

Code Block
languagetext
select LFWT LMWT LBWT RFWT RMWT RBWT; 

...


manipulator -rotManip on;

...


manipulator -orientTrack on -posTrack on;

...


// These commands select all members of a character's waist, 

...

// and prep the manipulator's center of rotation to always 

...


// remain in the middle of the selected group, enabling 

...

// you to rotate the markers as a unit about their center.

...


// Changing the selection will not change the rotation manipulator,

...


// allowing you to rotate other markers about the average of the

...


// waist markers.

Additional information

Related commands

...