set_calculated_property
Set properties on multiple instances using mathematical formulas with variables like position, index, or custom values, enabling dynamic bulk edits.
Instructions
Set properties using mathematical formulas and variables
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Array of instance paths to modify | |
| formula | Yes | Mathematical formula (e.g., "Position.magnitude * 2", "index * 50") | |
| variables | No | Additional variables for the formula | |
| propertyName | Yes | Name of the property to set |