Home
last modified time | relevance | path

Searched refs:ValueMightBeTimeVarying (Results 1 – 25 of 27) sorted by relevance

12

/dports/misc/usd/USD-21.11/pxr/usd/usdSkel/
H A DanimQueryImpl.cpp208 return _translations.ValueMightBeTimeVarying() || in JointTransformsMightBeTimeVarying()
209 _rotations.ValueMightBeTimeVarying() || in JointTransformsMightBeTimeVarying()
210 _scales.ValueMightBeTimeVarying(); in JointTransformsMightBeTimeVarying()
246 return _blendShapeWeights.ValueMightBeTimeVarying(); in BlendShapeWeightsMightBeTimeVarying()
H A DbakeSkinning.cpp1160 _restPointsQuery.ValueMightBeTimeVarying()); in _SkinningAdapter()
1167 _restNormalsQuery.ValueMightBeTimeVarying()); in _SkinningAdapter()
1175 _geomBindXformQuery.ValueMightBeTimeVarying()); in _SkinningAdapter()
1188 _skinningQuery.GetJointIndicesPrimvar().ValueMightBeTimeVarying() || in _SkinningAdapter()
1189 _skinningQuery.GetJointWeightsPrimvar().ValueMightBeTimeVarying()); in _SkinningAdapter()
/dports/misc/usd/USD-21.11/pxr/usdImaging/usdImaging/
H A DresolvedAttributeCache.h146 if (Strategy::ValueMightBeTimeVarying()) { in SetTime()
451 bool ValueMightBeTimeVarying() { return true; } in ValueMightBeTimeVarying() function
533 bool ValueMightBeTimeVarying() { return true; } in ValueMightBeTimeVarying() function
707 bool ValueMightBeTimeVarying() { return false; } in ValueMightBeTimeVarying() function
778 bool ValueMightBeTimeVarying() { return false; } in ValueMightBeTimeVarying() function
853 bool ValueMightBeTimeVarying() { return true; } in ValueMightBeTimeVarying() function
950 bool ValueMightBeTimeVarying() { return false; } in ValueMightBeTimeVarying() function
1045 bool ValueMightBeTimeVarying() { return false; } in ValueMightBeTimeVarying() function
1077 if (pv.ValueMightBeTimeVarying()) { in Compute()
H A DpointsAdapter.cpp97 if (pv && pv.ValueMightBeTimeVarying()) { in TrackVariability()
123 if (pv && pv.ValueMightBeTimeVarying()) { in TrackVariability()
H A DnurbsCurvesAdapter.cpp109 if (pv && pv.ValueMightBeTimeVarying()) { in TrackVariability()
135 if (pv && pv.ValueMightBeTimeVarying()) { in TrackVariability()
H A DbasisCurvesAdapter.cpp109 if (pv && pv.ValueMightBeTimeVarying()) { in TrackVariability()
135 if (pv && pv.ValueMightBeTimeVarying()) { in TrackVariability()
H A DprimAdapter.cpp369 if (pv.ValueMightBeTimeVarying()) { in SamplePrimvar()
425 if (attr.ValueMightBeTimeVarying()) { in SamplePrimvar()
1002 if (attr.ValueMightBeTimeVarying()){ in _IsVarying()
H A DmaterialParamUtils.cpp513 if (attr.ValueMightBeTimeVarying()) { in _IsGraphTimeVarying()
H A DmeshAdapter.cpp136 if (pv && pv.ValueMightBeTimeVarying()) { in TrackVariability()
H A DgprimAdapter.cpp204 if (pv.ValueMightBeTimeVarying()) { in TrackVariability()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/
H A DtestUsdValueClips.py183 self.assertTrue(localAttr.ValueMightBeTimeVarying())
184 self.assertTrue(clsAttr.ValueMightBeTimeVarying())
185 self.assertTrue(refAttr.ValueMightBeTimeVarying())
186 self.assertTrue(payloadAttr.ValueMightBeTimeVarying())
187 self.assertTrue(varAttr.ValueMightBeTimeVarying())
729 self.assertFalse(attr_1.ValueMightBeTimeVarying())
743 self.assertFalse(attr_2.ValueMightBeTimeVarying())
761 self.assertTrue(attr.ValueMightBeTimeVarying())
804 self.assertFalse(attr.ValueMightBeTimeVarying())
850 self.assertTrue(attr.ValueMightBeTimeVarying())
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/
H A Dprimvar.cpp574 UsdGeomPrimvar::ValueMightBeTimeVarying() const in ValueMightBeTimeVarying() function in UsdGeomPrimvar
578 if (indicesAttr.ValueMightBeTimeVarying()) { in ValueMightBeTimeVarying()
584 return _attr.ValueMightBeTimeVarying(); in ValueMightBeTimeVarying()
H A DxformOp.h597 return attr.ValueMightBeTimeVarying(); in operator()
602 return attrQuery.ValueMightBeTimeVarying(); in operator()
H A DwrapPrimvar.cpp206 .def("ValueMightBeTimeVarying", &Primvar::ValueMightBeTimeVarying) in wrapUsdGeomPrimvar()
H A Dprimvar.h489 bool ValueMightBeTimeVarying() const;
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DattributeQuery.h240 bool ValueMightBeTimeVarying() const;
H A DwrapAttributeQuery.cpp156 &UsdAttributeQuery::ValueMightBeTimeVarying) in wrapUsdAttributeQuery()
H A DattributeQuery.cpp210 UsdAttributeQuery::ValueMightBeTimeVarying() const in ValueMightBeTimeVarying() function in UsdAttributeQuery
H A DwrapAttribute.cpp169 .def("ValueMightBeTimeVarying", &UsdAttribute::ValueMightBeTimeVarying) in wrapUsdAttribute()
H A Dattribute.h397 bool ValueMightBeTimeVarying() const;
H A Dattribute.cpp207 UsdAttribute::ValueMightBeTimeVarying() const in ValueMightBeTimeVarying() function in UsdAttribute
/dports/misc/usd/USD-21.11/pxr/usdImaging/usdviewq/
H A Dutils.cpp90 visVaries = query.ValueMightBeTimeVarying(); in PrimInfo()
H A DprimViewItem.py316 self.visVaries = visAttr.ValueMightBeTimeVarying()
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/testenv/
H A DtestUsdGeomPrimvar.py193 self.assertFalse(u1.ValueMightBeTimeVarying())
208 self.assertFalse(u1.ValueMightBeTimeVarying())
218 self.assertTrue(u1.ValueMightBeTimeVarying())
/dports/misc/usd/USD-21.11/pxr/usdImaging/usdImagingGL/
H A DdrawModeAdapter.cpp316 if (attr && attr.ValueMightBeTimeVarying()) in _HasVaryingExtent()
320 if (attr && attr.ValueMightBeTimeVarying()) in _HasVaryingExtent()

12