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

Method getIsUserCreatable

Engine/Plugin.cpp:267–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267bool
268Plugin::getIsUserCreatable() const
269{
270 return !_isInternalOnly && _activated && !_isDeprecated;
271}
272
273void
274Plugin::setOfxDesc(OFX::Host::ImageEffect::Descriptor* desc,

Callers 6

createNodeInternalMethod · 0.80
onAllPluginsLoadedMethod · 0.80
onPluginLoadedMethod · 0.80
NodeCreationDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected