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

Method resetProject

Engine/AppInstance.cpp:2280–2286  ·  view source on GitHub ↗

Close the current project but keep the window

Source from the content-addressed store, hash-verified

2278
2279///Close the current project but keep the window
2280bool
2281AppInstance::resetProject()
2282{
2283 getProject()->reset(false /*aboutToQuit*/, true /*blocking*/);
2284
2285 return true;
2286}
2287
2288///Reset + close window, quit if last window
2289bool

Callers 1

loadProjectMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected