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

Method getCurrentCanTransform

Engine/Node.cpp:372–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372bool
373Node::getCurrentCanTransform() const
374{
375 QMutexLocker k(&_imp->pluginsPropMutex);
376
377 return _imp->currentCanTransform;
378}
379
380void
381Node::refreshDynamicProperties()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected