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

Method duringInputChangedAction

Engine/NodeInputs.cpp:1716–1722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1714
1715
1716bool
1717Node::duringInputChangedAction() const
1718{
1719 assert( QThread::currentThread() == qApp->thread() );
1720
1721 return _imp->inputModifiedRecursion > 0;
1722}
1723
1724
1725bool

Callers 2

endChangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected