HDK
|
#include <utils.h>
Classes | |
struct | PrimInfo |
Static Public Member Functions | |
static USDVIEWQ_API std::vector< UsdPrim > | _GetAllPrimsOfType (UsdStagePtr const &stage, TfType const &schemaType) |
static USDVIEWQ_API UsdviewqUtils::PrimInfo | GetPrimInfo (const UsdPrim &prim, const UsdTimeCode time) |
|
static |
For the given stage
and schemaType
, return all active, defined prims that either match the schemaType exactly or are a descendant type.
|
static |
Fetch prim-related data in batch to to speed up Qt treeview item population. Takes a time argument so that we can evaluate the prim's visibiity if it is imageable.