add_fluid_sim
Add a fluid physics simulation to an object, designating it as a fluid container (DOMAIN), emitter (FLOW), or obstacle (EFFECTOR). For DOMAIN types, choose between gas (smoke/fire) or liquid simulation.
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
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| type | No | DOMAIN | |
| domain_type | No | GAS |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||