The joint transform module apply applies a transformation on a joint.
...
Attributes
Attributes | Type | Overridable | Description |
---|---|---|---|
jointName | string | yes | The joint name. |
rotationOrder | int | yes | The rotation order. |
worldSpace | bool | yes | Apply the transformation in world space. |
offset | bool | yes | Apply the transformation as an offset to the current one. |
rotate | vector | yes | Rotation value in degrees |
scale | vector | yes | Scale value |
translate | vector | yes | Translation value |
weight | double | yes | Weight |