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

Method resetProject

Engine/Project.cpp:1949–1956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1947}
1948
1949void
1950Project::resetProject()
1951{
1952 reset(false, true);
1953 if ( !getApp()->isBackground() ) {
1954 createViewer();
1955 }
1956}
1957
1958class ResetWatcherArgs
1959 : 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