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

Method SaveOutputs

src/luxcore/luxcoreimpl.cpp:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void FilmImpl::SaveOutputs() const {
157 if (renderSession)
158 renderSession->renderSession->SaveFilmOutputs();
159 else
160 throw runtime_error("Film::SaveOutputs() can not be used with a stand alone Film");
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);

Callers 5

MenuFilmMethod · 0.80
GLFW_KeyCallBackMethod · 0.80
mainFunction · 0.80
DoRenderingFunction · 0.80
BatchRenderingFunction · 0.80

Calls 1

SaveFilmOutputsMethod · 0.80

Tested by

no test coverage detected