Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ loadProject
Method
loadProject
Gui/GuiAppInstance.cpp:1235–1239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1233
}
1234
1235
AppInstancePtr
1236
GuiAppInstance::loadProject(const std::string& filename)
1237
{
1238
return _imp->_gui->openProject(filename);
1239
}
1240
1241
///Close the current project but keep the window
1242
bool
Callers
4
openProjectInternal
Method · 0.45
loadInternal
Method · 0.45
findAndTryLoadUntitledAutoSave
Method · 0.45
openRecentFile
Method · 0.45
Calls
1
openProject
Method · 0.80
Tested by
no test coverage detected