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

Method expressionChanged

Engine/Knob.cpp:3027–3038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3025} // KnobHelper::clearExpression
3026
3027void
3028KnobHelper::expressionChanged(int dimension)
3029{
3030 if (_imp->holder) {
3031 _imp->holder->updateHasAnimation();
3032 }
3033
3034 if (_signalSlotHandler) {
3035 _signalSlotHandler->s_expressionChanged(dimension);
3036 }
3037 computeHasModifications();
3038}
3039
3040static bool
3041catchErrors(PyObject* mainModule,

Callers

nothing calls this directly

Calls 1

updateHasAnimationMethod · 0.80

Tested by

no test coverage detected