Versions Compared

Key

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

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths20%, 15%, 15%, 50%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths40%, 15%, 15%, 15%, 15%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

NameFlag argumentsArgument typeExclusive toComments
parent1string
retargetingRotation



Return value

void

Examples

Code Block
languagetext
// Create a Bone and a Marker

...


create BoneNode "root";

...


create Marker "marker1";

...


 

...

// Attach the marker to the bone resulting in a new constraint.

...


attach root marker1;
  

...

// Create position and rotation targets

...


attach mySubject\\Retargeting\\pelvis mySubject\\Solving\\Hips;

...


attach mySubject\\Retargeting\\pelvis mySubject\\Solving\\Hips -retargetingRotation;
Scroll ignore

 a Download a complete example script for creating position and rotation targets for the MannequinFingers skeleton.

...