get_attr_path
Read any Blender attribute value via its data path, such as scene frame or object location, for scripting and automation.
Instructions
Read a value via path, e.g. 'context.scene.frame_current' or 'data.objects["Cube"].location'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |