daz_get_world_position
Retrieve world and local position, rotation, and scale of a DAZ Studio node for accurate spatial reasoning and relative positioning.
Instructions
Get world-space position, local position, rotation, and scale of a node.
Useful for understanding where nodes are in 3D space before making relative positioning decisions.
Args: node_label: Display label of the node (e.g. "Genesis 9", "Camera 1")
Returns: { "node": "Genesis 9", "world_position": {"x": 0.0, "y": 0.0, "z": 0.0}, "local_position": {"x": 0.0, "y": 0.0, "z": 0.0}, "rotation": {"x": 0.0, "y": 0.0, "z": 0.0}, "scale": {"x": 1.0, "y": 1.0, "z": 1.0} }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_label | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||