Home
last modified time | relevance | path

Searched refs:IsPrototypePath (Results 1 – 8 of 8) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/
H A DtestUsdInstancing.py1127 self.assertTrue(Usd.Prim.IsPrototypePath('/__Prototype_1'))
1128 self.assertFalse(Usd.Prim.IsPrototypePath('/__Prototype_1/Child'))
1129 self.assertFalse(Usd.Prim.IsPrototypePath('/__Prototype_1.property'))
1130 self.assertFalse(Usd.Prim.IsPrototypePath('/NotAPrototype'))
1131 self.assertFalse(Usd.Prim.IsPrototypePath('/NotAPrototype.property'))
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DinstanceCache.h159 static bool IsPrototypePath(const SdfPath& path);
H A Dprim.cpp1400 UsdPrim::IsPrototypePath(const SdfPath& path) in IsPrototypePath() function in UsdPrim
1402 return Usd_InstanceCache::IsPrototypePath(path); in IsPrototypePath()
H A DwrapPrim.cpp430 .def("IsPrototypePath", &UsdPrim::IsPrototypePath, arg("path")) in wrapUsdPrim()
H A DinstanceCache.cpp460 Usd_InstanceCache::IsPrototypePath(const SdfPath& path) in IsPrototypePath() function in Usd_InstanceCache
H A Dprim.h1563 static bool IsPrototypePath(const SdfPath& path);
H A Dstage.cpp4474 if (_instanceCache->IsPrototypePath(*i)) { in _ComputeSubtreesToRecompose()
4513 } else if (_instanceCache->IsPrototypePath(*i)) { in _ComputeSubtreesToRecompose()
/dports/misc/usd/USD-21.11/
H A DCHANGELOG.md1053 to /__Prototype_<X>. Clients can use new UsdPrim::IsPrototypePath and