Documentation - Maxscript
< Back to main maxscript documentation
< Back to main maxscript documentation
Rotation_Space : Matrix3Controller
The Rotation_Space inherits the rotation of a specified target, this is better than using an oritentaion constraint because it allows manual control of additional rotations without affecting the user interaction, it also preserves the parent constraint non uniform scale correctly.
Properties
<Rig_Control>.target Node
Get/set the node that the controller inherits the orientation from.
<Rig_Control>.weight Percent default: 100.0
Get/set how much the orientation is inherited.
<Rig_Control>.keep_initial_offset Boolean default: False
Keeps the initial orientation if the parameter is on.
<Rig_Control>.initial_offset Matrix3
Used as offset transformation if the keep_initial_offset parameter is on.
<Rig_Control>.Sub_Control Transform
This is the controller for local transformations.
< Back to main maxscript documentation