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

Method getCurrentSupportTiles

Engine/Node.cpp:356–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356bool
357Node::getCurrentSupportTiles() const
358{
359 QMutexLocker k(&_imp->pluginsPropMutex);
360
361 return _imp->currentSupportTiles;
362}
363
364void
365Node::setCurrentCanTransform(bool support)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected