ParaBone MAXScript Interface

Properties

ParaBone.disabled : boolean

Defines whether this ParaBone is active or not. You can use it to deactivate the deformation effect of this ParaBone without having to deactivate the global option in the BonesPro main rollout.

ParaBone.origin : boolean

When this is true, the bounding box center of the ParaBone object is used as the center for the deformation created by the ParaBone. When inactive, the pivot point center is used.

ParaBone.direction : integer

Defines the direction in which the deformations are active.

ParaBone.blend : integer

Adjusts the amount of blending around the area of the mesh being deformed by the ParaBone.

Methods

<float> ParaBone.get_influence <bonespro> <vertex>

Retrieves the influence this ParaBone has on the given BonesPro modifier’s given vertex. Returns -1.0 if the data cannot be retieved (no valid BonesPro modifier given or the index is out of range).

<bool> ParaBone.set_influence <bonespro> <vertex> <value>

Modifies the influence this ParaBone has on the given BonesPro modifier’s given vertex. The valid range for value is 0.0 to 1.0. Values outside of this range will be clamped accordingly. Returns True on success, False if the value could not be adjusted (no valid BonesPro modifier given or the index is out of range).