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

Method ToProperties

src/luxrays/core/namedobject.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42Properties NamedObject::ToProperties() const {
43 throw runtime_error("Named object \"" + name + "\" doesn't implement ToProperties() method");
44}
45
46string NamedObject::GetUniqueName(const string &prefix) {
47 return prefix + "-" + ToString(boost::uuids::random_generator()());

Callers 1

luxcoreimpl.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected