Blender Add Rigid Body Constraint
blender_add_constraintAdd a rigid body constraint between two objects in Blender, supporting types such as Fixed, Hinge, and Motor, with options for breakable and collision settings.
Instructions
Add a rigid body constraint between two objects in Blender (Fixed, Point, Hinge, Slider, Piston, Generic, Motor).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| constraintType | No | Constraint type. | FIXED |
| object1Name | Yes | First object name. | |
| object2Name | Yes | Second object name. | |
| breakable | No | Whether the constraint can break. | |
| breakThreshold | No | Force threshold to break. | |
| disableCollisions | No | Disable collisions between constrained objects. | |
| properties | No | Additional constraint-specific properties. | |
| timeoutMs | No | Command timeout. |