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

Method getCurrentSupportTiles

Engine/Node.cpp:1079–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1077}
1078
1079bool
1080Node::getCurrentSupportTiles() const
1081{
1082 QMutexLocker k(&_imp->pluginsPropMutex);
1083
1084 return _imp->currentSupportTiles;
1085}
1086
1087void
1088Node::setCurrentCanTransform(bool support)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected