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

Method onProjectFormatPopulated

Engine/Project.cpp:2889–2900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2887}
2888
2889void
2890Project::onProjectFormatPopulated()
2891{
2892 int index = _imp->formatKnob->getValue();
2893 NodesList nodes;
2894
2895 getNodes_recursive(nodes, true);
2896 std::vector<ChoiceOption> entries = _imp->formatKnob->getEntries_mt_safe();
2897 for (NodesList::iterator it = nodes.begin(); it != nodes.end(); ++it) {
2898 (*it)->refreshFormatParamChoice(entries, index, false);
2899 }
2900}
2901
2902void
2903Project::setTimeLine(const TimeLinePtr& timeline)

Callers

nothing calls this directly

Calls 5

getEntries_mt_safeMethod · 0.80
getValueMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected