add_fluid_sim
Add fluid physics simulations to 3D objects in Blender for smoke, fire, or liquid effects using domain, emitter, or obstacle types.
Instructions
Add a fluid physics simulation to an object.
Args: object_name: Name of the object. type: Fluid type - DOMAIN (container), FLOW (emitter), or EFFECTOR (obstacle). domain_type: Domain simulation type - GAS (smoke/fire) or LIQUID. Only used when type is DOMAIN.
Returns: Confirmation dict with fluid settings.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| type | No | DOMAIN | |
| domain_type | No | GAS |