_findPrimsMissingExtents#

Fully qualified name: usd_optimize::_findPrimsMissingExtents

std::vector<std::string> usd_optimize::_findPrimsMissingExtents(
const std::vector<PXR_NS::UsdPrim> &prims,
)#

Find boundable prims that are missing an authored extent attribute.

Applies the same prim filter as :func:_computeExtents (UsdGeomMesh / UsdGeomPoints, skipping instance proxies). Returns the prim paths of prims for which extents are not currently authored — i.e. the set of prims that an unconstrained computeExtents invocation would author onto. Used by the analysis-mode entry point to surface findings without mutating the stage.