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

Method setAsMultiPathTable

Engine/PyParameter.cpp:2291–2300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2289}
2290
2291void
2292PathParam::setAsMultiPathTable()
2293{
2294 KnobPathPtr knob = _sKnob.lock();
2295
2296 if ( !knob || !knob->isUserKnob() ) {
2297 return;
2298 }
2299 knob->setMultiPath(true);
2300}
2301
2302void
2303PathParam::setTable(const std::list<std::vector<std::string> >& table)

Callers 1

Calls 3

setMultiPathMethod · 0.80
lockMethod · 0.45
isUserKnobMethod · 0.45

Tested by

no test coverage detected