set_particle_velocity
Configure particle velocity for an object by setting normal, tangent, and object-aligned factors.
Instructions
Set velocity settings for an object's particle system.
Args: object_name: Name of the object with a particle system. normal: Velocity along face normals. tangent: Velocity along face tangents. object_align_factor: XYZ velocity factors relative to the object. 3-element vector.
Returns: Confirmation dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| normal | No | ||
| tangent | No | ||
| object_align_factor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||