MCPcopy Create free account
hub / github.com/ddiakopoulos/polymer / export_all

Method export_all

libraries/lib-engine/src/material-library.cpp:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void material_library::export_all()
46{
47 // Save all instances to disk
48 for (auto & instance : instances)
49 {
50 export_material(instance.second.name);
51 }
52}
53
54void material_library::import_material(const std::string & path)
55{

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected