Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted by ConfluenceCloudBulkEditor.py

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefault
style
widths20%, 15%, 15%, 50%
stylesortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

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

NameFlag argumentsArgument typeExclusive toComments
parent1string
retargetingRotation



Return value

void

Examples

...

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

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

...