MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / isFrameVaryingOrAnimated_Recursive

Method isFrameVaryingOrAnimated_Recursive

Engine/EffectInstance.cpp:5280–5288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5278}
5279
5280bool
5281EffectInstance::isFrameVaryingOrAnimated_Recursive() const
5282{
5283 bool ret = false;
5284
5285 isFrameVaryingOrAnimated_impl(this, &ret);
5286
5287 return ret;
5288}
5289
5290bool
5291EffectInstance::isPaintingOverItselfEnabled() const

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected