set_property_value
Set any property on any 3ds Max object using dotted paths, with automatic type conversion. Use as a generic fallback when no dedicated tool exists for a parameter.
Instructions
设置任意对象的任意属性值,支持点号路径。值会按目标属性类型自动转换。这是给未提供专用工具的参数赋值时的通用手段。 [English] Set any property of any object, supporting dotted paths. The value is coerced to the target property's type. This is the generic way to touch parameters that have no dedicated tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | 新值(字符串形式,自动转换类型)。 | New value as a string; the type is coerced automatically. | |
| object | Yes | 对象名称。 | Object name. | |
| property | Yes | 属性名或点号路径。 | Property name or dotted path. |