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

Function setNatronVersionMax

Engine/KnobSerialization.cpp:427–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425
426template <typename FILTER>
427void setNatronVersionMax(FILTER &f, int major = -1, int minor = -1, int rev = -1) {
428 f.natronVersionMax.vMajor = major;
429 f.natronVersionMax.vMinor = minor;
430 f.natronVersionMax.vRev = rev;
431}
432
433class KnobNameFilters
434{

Callers 2

KnobNameFiltersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected