> [!abstract] Summary > **Scene Graph Details pane** — inspect prim authored values (camera focal length, light intensity, etc.) and filter to find specific attributes. Comes with **colour coding** identical to other USD inspectors (grey = no value, purple = computed/composed value). --- # Inspecting Prim Details Use the **Scene Graph Details** pane to inspect the properties of a prim — focal length on a camera, intensity on a light, displacement on a mesh, etc. ## Filter Details Filter the visible attributes to find something specific: ![[file-20241021193752418.png|350]] ## Color Coding | Color | Meaning | |---|---| | **Grey** | No value (default / unset). | | **Purple** | Computed value (composed from a stronger opinion or default). | > See [[SOLARIS PrimType|SOLARIS PrimType]] for the full color-coding legend. --- # Common Uses - **Debug a missing attribute** — find which layer authored (or didn't author) a value. - **Compare prims** — see the composed value across multiple selected prims. - **Track down "why is this default?"** — purple = computed elsewhere, find the opinion source. --- # 🔗 Related - [[../SOLARIS MOC|SOLARIS MOC]]. - [[SOLARIS PrimType|SOLARIS PrimType]] — colour-coding legend. - [[SOLARIS GEOMsubset|GEOMsubset]] — per-face attributes. - [[../HDA/HOUDINI HDA SceneInspector|HDA — Scene Inspector]] — automated scene dump for AI debugging.