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

Method setAsMultiPathTable

Engine/PyParameter.cpp:2271–2280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2269}
2270
2271void
2272PathParam::setAsMultiPathTable()
2273{
2274 boost::shared_ptr<KnobPath> knob = _sKnob.lock();
2275
2276 if ( !knob || !knob->isUserKnob() ) {
2277 return;
2278 }
2279 knob->setMultiPath(true);
2280}
2281
2282void
2283PathParam::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