Home
last modified time | relevance | path

Searched refs:IsAuthoredAt (Results 1 – 6 of 6) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/
H A DtestUsdCreateAttributeCpp.cpp139 TF_VERIFY(p.GetAttribute(attr1).IsAuthoredAt(weakLayer)); in TestIsDefined()
140 TF_VERIFY(!p.GetAttribute(attr1).IsAuthoredAt(strongLayer)); in TestIsDefined()
147 TF_VERIFY(p.GetAttribute(attr1).IsAuthoredAt(weakLayer)); in TestIsDefined()
148 TF_VERIFY(p.GetAttribute(attr1).IsAuthoredAt(strongLayer)); in TestIsDefined()
H A DtestUsdCreateProperties.py246 assert p.GetAttribute("attr1").IsAuthoredAt(weakLayer)
247 assert not p.GetAttribute("attr1").IsAuthoredAt(strongLayer)
251 assert p.GetAttribute("attr1").IsAuthoredAt(weakLayer)
252 assert p.GetAttribute("attr1").IsAuthoredAt(strongLayer)
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DwrapProperty.cpp74 .def("IsAuthoredAt", &UsdProperty::IsAuthoredAt, arg("editTarget")) in wrapUsdProperty()
H A Dproperty.h229 bool IsAuthoredAt(const class UsdEditTarget &editTarget) const;
H A Dproperty.cpp173 UsdProperty::IsAuthoredAt(const UsdEditTarget &editTarget) const in IsAuthoredAt() function in UsdProperty
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/testenv/
H A DtestUsdGeomSchemata.py52 self.assertTrue(not ori.IsAuthoredAt(ori.GetStage().GetEditTarget()))
57 self.assertTrue(ori.IsAuthoredAt(ori.GetStage().GetEditTarget()))