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

Method saveTemp

Engine/AppInstance.cpp:2220–2228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2218}
2219
2220bool
2221AppInstance::saveTemp(const std::string& filename)
2222{
2223 std::string outFile = filename;
2224 std::string path = SequenceParsing::removePath(outFile);
2225 ProjectPtr project = getProject();
2226
2227 return project->saveProject_imp(QString::fromUtf8( path.c_str() ), QString::fromUtf8( outFile.c_str() ), false, false, 0);
2228}
2229
2230bool
2231AppInstance::save(const std::string& filename)

Callers 1

saveTempProjectMethod · 0.80

Calls 1

saveProject_impMethod · 0.80

Tested by

no test coverage detected