| 43 | } |
| 44 | |
| 45 | void 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 | |
| 54 | void material_library::import_material(const std::string & path) |
| 55 | { |