get_property_value
Read any property value from any 3ds Max object using dotted paths like material.diffuse for direct parameter access.
Instructions
读取任意对象的任意属性值,支持点号路径(例如 material.diffuse)。配合 get_class_properties 使用可完成绝大多数参数读取。 [English] Read any property of any object, supporting dotted paths such as material.diffuse. Together with get_class_properties this covers almost every parameter read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object | Yes | 对象名称。 | Object name. | |
| property | Yes | 属性名或点号路径。 | Property name or dotted path. |