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

Method Parse

src/luxcore/luxcoreimpl.cpp:250–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void FilmImpl::Parse(const luxrays::Properties &props) {
251 if (renderSession)
252 throw runtime_error("Film::Parse() can be used only with a stand alone Film");
253 else
254 standAloneFilm->Parse(props);
255}
256
257void FilmImpl::DeleteAllImagePipelines() {
258 if (renderSession) {

Callers 2

CreateBoxFunction · 0.45
RenderTestSceneFunction · 0.45

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected