...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
parent | 1 | string | — | — |
retargetingRotation |
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// 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 |
---|
...