MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / SaveOutput

Method SaveOutput

src/luxcore/luxcoreimpl.cpp:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void FilmImpl::SaveOutput(const std::string &fileName, const FilmOutputType type, const Properties &props) const {
164 GetSLGFilm()->Output(fileName, (slg::FilmOutputs::FilmOutputType)type, &props);
165}
166
167void FilmImpl::SaveFilm(const string &fileName) const {
168 if (renderSession)

Callers 5

LoadFilmFunction · 0.80
SaveResumeRenderingMFunction · 0.80
SaveResumeRenderingSFunction · 0.80
LuxCoreMergeFunction · 0.80
SaveMergedFilmMethod · 0.80

Calls 1

OutputMethod · 0.80

Tested by

no test coverage detected