daz_scene_info
Retrieve a snapshot of the current DAZ Studio scene, listing figures, cameras, lights, and the primary selection. Provides key scene data without enumerating every node.
Instructions
Return a snapshot of the current DAZ Studio scene.
Returns figures (characters + clothing), cameras, lights, and the primary selection. Does not enumerate every scene node — use daz_execute for finer-grained queries.
Returns a dict with:
sceneFile: path to the open .duf file, or empty string if unsaved
selectedNode: label of the primary selection, or null
figures: list of {name, label, type} for all DzSkeleton objects
cameras: list of {name, label} for all cameras
lights: list of {name, label, type} for all lights
totalNodes: total node count in the scene
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||