set_particle_rendering
Set the rendering mode for an object's particle system, selecting from none, path, object, or collection, with optional instance assignment.
Instructions
Set rendering mode for an object's particle system.
Args: object_name: Name of the object with a particle system. render_type: Render type. One of: NONE, PATH, OBJECT, COLLECTION. instance_object: Object to instance (when render_type is OBJECT). instance_collection: Collection to instance (when render_type is COLLECTION).
Returns: Confirmation dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| render_type | No | PATH | |
| instance_object | No | ||
| instance_collection | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||