blender_physics
Configure physics simulations for Blender objects, supporting rigid body, cloth, soft body, fluid, and force fields with adjustable mass, friction, and collision.
Instructions
Enable and configure physics simulations for objects.
Supports multiple operations through the operation parameter:
enable_rigid_body: Add rigid body physics to object
enable_cloth: Add cloth simulation to object
enable_soft_body: Add soft body simulation to object
enable_fluid: Add fluid simulation to object
bake_physics: Bake physics simulation to keyframes
add_force_field: Add force field to scene
set_rigid_body_constraint: Add constraints between objects
configure_world: Set up physics world settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | No | Physics operation type | enable_rigid_body |
| object_name | No | Name of object to apply physics to | |
| physics_type | No | Type of physics (RIGID_BODY, CLOTH, SOFT_BODY, FLUID) | RIGID_BODY |
| rigid_body_type | No | Rigid body type (ACTIVE, PASSIVE) | ACTIVE |
| mass | No | Object mass in kg | |
| friction | No | Friction coefficient (0-1) | |
| bounciness | No | Bounciness/restitution (0-1) | |
| collision_shape | No | Collision shape type (MESH, BOX, SPHERE, etc.) | MESH |
| damping_linear | No | Linear damping | |
| damping_angular | No | Angular damping |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |