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

Method getIsUserCreatable

Engine/Plugin.cpp:264–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264bool
265Plugin::getIsUserCreatable() const
266{
267 return !_isInternalOnly && _activated && !_isDeprecated;
268}
269
270void
271Plugin::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