Home
last modified time | relevance | path

Searched refs:TransformMightBeTimeVarying (Results 1 – 10 of 10) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/testenv/
H A DtestUsdGeomXformCache.cpp173 TF_VERIFY(!xfCache.TransformMightBeTimeVarying(stage->GetPseudoRoot())); in VerifyTransforms()
181 TF_VERIFY(xfCache.TransformMightBeTimeVarying(root)); in VerifyTransforms()
189 TF_VERIFY(xfCache.TransformMightBeTimeVarying(foo)); in VerifyTransforms()
197 TF_VERIFY(xfCache.TransformMightBeTimeVarying(fooBar)); in VerifyTransforms()
205 TF_VERIFY(xfCache.TransformMightBeTimeVarying(fooBarBaz)); in VerifyTransforms()
213 TF_VERIFY(xfCache.TransformMightBeTimeVarying(bar)); in VerifyTransforms()
H A DtestUsdGeomXformable.py619 self.assertFalse(x.TransformMightBeTimeVarying())
622 self.assertFalse(x.TransformMightBeTimeVarying())
625 self.assertFalse(x.TransformMightBeTimeVarying())
627 self.assertFalse(x.TransformMightBeTimeVarying([xlateOp]))
632 self.assertTrue(x.TransformMightBeTimeVarying())
633 self.assertTrue(x.TransformMightBeTimeVarying([xlateOp]))
638 self.assertFalse(x.TransformMightBeTimeVarying())
643 self.assertTrue(x.TransformMightBeTimeVarying())
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/
H A Dxformable.h404 bool TransformMightBeTimeVarying() const;
696 bool TransformMightBeTimeVarying() const;
707 bool TransformMightBeTimeVarying(
H A DxformCache.cpp61 UsdGeomXformCache::TransformMightBeTimeVarying(const UsdPrim &prim) in TransformMightBeTimeVarying() function in UsdGeomXformCache
67 return entry->query.TransformMightBeTimeVarying(); in TransformMightBeTimeVarying()
H A DwrapXformable.cpp183 = &This::TransformMightBeTimeVarying;
186 = &This::TransformMightBeTimeVarying;
H A DxformCache.h122 bool TransformMightBeTimeVarying(const UsdPrim &prim);
H A Dxformable.cpp553 UsdGeomXformable::XformQuery::TransformMightBeTimeVarying() const in TransformMightBeTimeVarying() function in UsdGeomXformable::XformQuery
559 UsdGeomXformable::TransformMightBeTimeVarying() const in TransformMightBeTimeVarying() function in UsdGeomXformable
596 UsdGeomXformable::TransformMightBeTimeVarying( in TransformMightBeTimeVarying() function in UsdGeomXformable
H A DbboxCache.cpp1216 (xformable && xformable.TransformMightBeTimeVarying()) in _ResolvePrim()
/dports/misc/usd/USD-21.11/pxr/usdImaging/usdImaging/
H A DprimAdapter.cpp1027 xfCache.GetQuery(prim)->TransformMightBeTimeVarying(); in _IsTransformVarying()
/dports/misc/usd/USD-21.11/pxr/usd/usdSkel/
H A DbakeSkinning.cpp553 if (xformCache->TransformMightBeTimeVarying(p)) { in _WorldTransformMightBeTimeVarying()