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

Method saveProjectAs

Engine/PyAppInstance.cpp:433–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433bool
434App::saveProjectAs(const QString& filename)
435{
436 std::string outFile = filename.toStdString();
437 std::map<std::string, std::string> env;
438 getInternalApp()->getProject()->getEnvironmentVariables(env);
439 Project::expandVariable(env, outFile);
440
441 return getInternalApp()->saveAs(outFile);
442}
443
444App*
445App::loadProject(const QString& filename)

Callers 1

Calls 4

toStdStringMethod · 0.80
getProjectMethod · 0.80
saveAsMethod · 0.45

Tested by

no test coverage detected