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

Method resetProject

Engine/AppInstance.cpp:2261–2267  ·  view source on GitHub ↗

Close the current project but keep the window

Source from the content-addressed store, hash-verified

2259
2260///Close the current project but keep the window
2261bool
2262AppInstance::resetProject()
2263{
2264 getProject()->reset(false /*aboutToQuit*/, true /*blocking*/);
2265
2266 return true;
2267}
2268
2269///Reset + close window, quit if last window
2270bool

Callers 1

loadProjectMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected