MCPcopy Create free account
hub / github.com/PixarAnimationStudios/OpenUSD / UpdateTimeDependence

Method UpdateTimeDependence

pxr/exec/exec/attributeInputNode.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54bool
55Exec_AttributeInputNode::UpdateTimeDependence()
56{
57 const bool wasTimeDependent = _isTimeDependent;
58 _isTimeDependent = _attributeQuery->ValueMightBeTimeVarying();
59 return wasTimeDependent != _isTimeDependent;
60}
61
62bool
63Exec_AttributeInputNode::IsTimeVarying(

Callers 1

Calls 1

Tested by

no test coverage detected