BipDriven_Control : Matrix3Controller {9154,0}
Prior to 3ds Max 2022 this class was called BipSlave_Control
.
Constructor:
Class instances not creatable by MAXScript
Individual Biped body part objects and the Vertical, Horizontal, and Turning tracks of the Biped_Vertical_Horizontal_Turn_Body_Matrix3_Controller use the Biped_Driven Controller.
This type of controller is attached to the transform track.
<bipdriven_ctrl>=$'Bip01 Pelvis'.controller
It is not always possible to get the controller via <biped_object>.transform.controller
. The transform track is not exposed for all nodes but it is possible to get the controller via: <biped_object>.controller
.
Properties
<bipdriven_ctrl>.rootName String Default: Varies
The name of the root node (COM) of the Biped system this bipdriven_ctrl belongs to.
changing the value of this property also changes the root name of the biped.
<bipdriven_ctrl>.rootNode Node Default: Varies -- Read-only
The root node (COM) of the Biped system this bipdriven_ctrl belongs to.