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

Method newProject

Engine/AppInstance.cpp:2299–2306  ·  view source on GitHub ↗

Opens a new project

Source from the content-addressed store, hash-verified

2297
2298///Opens a new project
2299AppInstancePtr
2300AppInstance::newProject()
2301{
2302 CLArgs cl;
2303 AppInstancePtr app = appPTR->newAppInstance(cl, false);
2304
2305 return app;
2306}
2307
2308void
2309AppInstance::addInvalidExpressionKnob(const KnobIPtr& knob)

Callers 1

Sbk_AppFunc_newProjectFunction · 0.45

Calls 1

newAppInstanceMethod · 0.80

Tested by

no test coverage detected