| 564 | } |
| 565 | |
| 566 | void MaterialManager::remove(const QString& uuid) const |
| 567 | { |
| 568 | _localManager->remove(uuid); |
| 569 | } |
| 570 | |
| 571 | void MaterialManager::saveMaterial(const std::shared_ptr<MaterialLibrary>& library, |
| 572 | const std::shared_ptr<Material>& material, |
no outgoing calls