Documentation - Maxscript
Control_Helper : Helper
The Control_Helper is an advanced helper object, specially designed for rigging. It offers a lot of different type of helpers with several parameters and a selector feature that allows the helper to use other object's faces for selection.
Properties
Get/Set the type of the control helper:
#Arrow #ArrowCircle #ArrowCross #ArrowCylinder #ArrowDouble #ArrowMixed #AxisTripod #Box |
#Character #Circle #CircleHalf #CirclePointy #Cone #Cross #CrossAsterisk #CrossDiagonal |
#CrossFlat #Cylinder #Donut #Drop #Eye #Foot #FourArrows #FourPyramids |
#FourTriangles #Gear #Hand #IKFK #Lips #None #Peanut #Rectangle |
#Shoe #Sphere #SphereHalf #Star #StarSmooth #Triangle |
If this parameter is On, the size of the helper will be controlled only by the .size parameter. If the parameter is Off, the size will be controlled by the .length, .width and .height parameters.
<Float_Operation>.length WorldUnits
<Float_Operation>.width WorldUnits
<Float_Operation>.height WorldUnits
These parameters are used to control the size of the control helper. The size parameter will be used if the .uniform parameter is ON, the length, width, and height parameters will be used if the .uniform parameter is OFF.
Get/Set the orientation axis of the control helper:
0 - X.
1 - Y.
2 - Z.
These parameters are used by some types of the control helper.
Get/Set the steps of the interpolation in the lines of the control helper.
Get/Set how much the control helper is warped. This parameter is only available in some types of the control helper.
Get/Set the axis where the control helper will be warped:
0 - X.
1 - Y.
2 - Z.
If this parameter is ON, a line will be displayed between the position of the node and the gizmo offset position.
If this parameter is ON, the control helper will always be facing the camera.
Keeps the size of the control helper constant, regardless of how much you zoom in or out.
When this is on, the control helper draws lines with the Z buffer turned off (which usually causes it to appear in front of other objects).
<Float_Operation>.gizmoRot Quat
<Float_Operation>.gizmoScale Point3
<Float_Operation>.gizmoTM Matrix3
These properties are used to change the gizmo transform.
Enables/Disables the selector. With the selector you can use other object's faces to select this helper.
Get/set the node that is used for the selector.
When this parameter is ON, the backfacing faces of the selector object will be ignored while selecting.
When this parameter is ON, the selector faces will be displayed with the same color of the selector object's wireframe.
This color will be used to display the selector faces if the parameter .selector_use_wire_color is OFF.
Get/Set the opacity of the selector faces when the control helper is selected.
Get/Set the opacity of the selector faces when the control helper is not selected.
This parameter is used to push the selector faces so that they don't clip with the original selector object faces.
Get/Set the selector faces that will be used to select the control helper.
< Back to main maxscript documentation