Home
last modified time | relevance | path

Searched refs:GetAuthoredAttributes (Results 1 – 5 of 5) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/testenv/
H A DtestUsdGeomNoPlugLoad.py63 self.assertTrue('size' not in [attr.GetName() for attr in cube.GetAuthoredAttributes()])
/dports/misc/usd/USD-21.11/pxr/usd/usdRender/
H A Dspec.cpp38 std::vector<UsdAttribute> attrs = prim.GetAuthoredAttributes(); in _ReadExtraSettings()
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DwrapPrim.cpp364 .def("GetAuthoredAttributes", &UsdPrim::GetAuthoredAttributes, in wrapUsdPrim()
H A Dprim.h1244 std::vector<UsdAttribute> GetAuthoredAttributes() const;
H A Dprim.cpp986 UsdPrim::GetAuthoredAttributes() const in GetAuthoredAttributes() function in UsdPrim