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

Method resetProject

Engine/Project.cpp:1820–1827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1818}
1819
1820void
1821Project::resetProject()
1822{
1823 reset(false, true);
1824 if ( !getApp()->isBackground() ) {
1825 createViewer();
1826 }
1827}
1828
1829class ResetWatcherArgs
1830 : public GenericWatcherCallerArgs

Callers 2

reloadProjectMethod · 0.45
Sbk_AppFunc_resetProjectFunction · 0.45

Calls 2

getAppFunction · 0.85
isBackgroundMethod · 0.45

Tested by

no test coverage detected