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

Method getCreateChannelSelectorKnob

Engine/EffectInstance.cpp:4571–4576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4569} // getAvailableLayers
4570
4571bool
4572EffectInstance::getCreateChannelSelectorKnob() const
4573{
4574 return ( !isMultiPlanar() && !isReader() && !isWriter() && !isTrackerNodePlugin() &&
4575 getPluginID().rfind("uk.co.thefoundry.furnace", 0) == std::string::npos );
4576}
4577
4578int
4579EffectInstance::getMaskChannel(int inputNb, const std::list<ImagePlaneDesc>& availableLayers, ImagePlaneDesc* comps) const

Callers

nothing calls this directly

Calls 3

isMultiPlanarFunction · 0.85
isTrackerNodePluginFunction · 0.85
getPluginIDFunction · 0.50

Tested by

no test coverage detected