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

Method SaveSerialized

src/slg/renderconfig.cpp:392–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392void RenderConfig::SaveSerialized(const std::string &fileName, const RenderConfig *renderConfig) {
393 Properties emptyProps;
394 SaveSerialized(fileName, renderConfig, emptyProps);
395}
396
397void RenderConfig::SaveSerialized(const std::string &fileName, const RenderConfig *renderConfig,
398 const luxrays::Properties &additionalCfg) {

Callers

nothing calls this directly

Calls 5

SetMethod · 0.80
IsGoodMethod · 0.80
FlushMethod · 0.80
GetPositionMethod · 0.80
ClearMethod · 0.45

Tested by

no test coverage detected