daz_get_node
Retrieve numeric properties like transforms and morph dials from a DAZ Studio scene node by its label or internal name.
Instructions
Return all numeric properties of a scene node by its label or internal name.
Useful for reading transforms (X Translate, Y Translate, Z Translate, X Rotate, Y Rotate, Z Rotate, Scale), morph dials, and any other numeric property on the node.
Args: node_label: The display label or internal name of the node (e.g. "Genesis 9"). Label is matched first; internal name is the fallback.
Returns a dict with:
name: internal node name
label: display label
type: DazScript class name (e.g. DzFigure, DzBone, DzCamera)
properties: mapping of property label → current numeric value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_label | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||