daz_inspect_properties
List all properties on a DAZ Studio node, showing types, values, and constraints. Use to discover available properties before setting them.
Instructions
List all properties on a node with their types, values, and constraints.
Use this to discover what properties are available on a node before using daz_set_property. Much more reliable than guessing property names.
Args: node_label: Display label of the node property_type: Filter type — one of: "all" - all properties "numeric" - all numeric (float/bool) properties "transform" - XTranslate/YTranslate/ZTranslate/XRotate/YRotate/ZRotate/Scale "morph" - numeric properties that are not transforms "bool" - boolean properties only "string" - string properties only
Returns: { "node": "Spotlight 1", "properties": [ { "label": "Luminous Flux (Lumen)", "name": "Flux", "type": "DzFloatProperty", "value": 1500.0, "min": 0.0, "max": 100000.0, "path": "Light/Photometrics", "is_animatable": true } ], "count": 45 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_label | Yes | ||
| property_type | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||