add_particle_system
Attach particle effects to 3D objects in Blender by specifying emission source, particle count, and lifetime for visual simulations.
Instructions
Add a particle system to an object.
Args: object_name: Name of the mesh object. count: Number of particles (max 1000000). lifetime: Particle lifetime in frames. emit_from: Emission source - VERT, FACE, or VOLUME.
Returns: Confirmation dict with particle system settings.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| count | No | ||
| lifetime | No | ||
| emit_from | No | FACE |