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

Method getUserCreatedComponents

Engine/Node.cpp:11571–11577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11569}
11570
11571void
11572Node::getUserCreatedComponents(std::list<ImagePlaneDesc>* comps)
11573{
11574 QMutexLocker k(&_imp->createdComponentsMutex);
11575
11576 *comps = _imp->createdComponents;
11577}
11578
11579double
11580Node::getHostMixingValue(double time,

Callers 6

EffectInstance.cppFile · 0.80
getAvailableLayersMethod · 0.80
exportGroupInternalFunction · 0.80
loadKnobsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected