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

Method getIsPersistent

Engine/Knob.cpp:3135–3139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3133}
3134
3135bool
3136KnobHelper::getIsPersistent() const
3137{
3138 return _imp->IsPersistent;
3139}
3140
3141void
3142KnobHelper::setIsPersistent(bool b)

Callers 9

findMasterFunction · 0.45
exportUserKnobFunction · 0.45
exportAllNodeKnobsFunction · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
getAllKnobsKeyframesMethod · 0.45
newParamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected