MCPcopy Create free account
hub / github.com/MrKepzie/Natron / onNodeHashChanged

Method onNodeHashChanged

Engine/EffectInstance.cpp:5059–5071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5057}
5058
5059void
5060EffectInstance::onNodeHashChanged(U64 hash)
5061{
5062 ///Invalidate actions cache
5063 _imp->actionsCache->invalidateAll(hash);
5064
5065 const KnobsVec & knobs = getKnobs();
5066 for (KnobsVec::const_iterator it = knobs.begin(); it != knobs.end(); ++it) {
5067 for (int i = 0; i < (*it)->getDimension(); ++i) {
5068 (*it)->clearExpressionsResults(i);
5069 }
5070 }
5071}
5072
5073bool
5074EffectInstance::canSetValue() const

Callers 1

computeHashInternalMethod · 0.80

Calls 5

invalidateAllMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
getDimensionMethod · 0.45

Tested by

no test coverage detected