mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Reset the list of generic materials to emtpy when creating the models.
Contributes to CURA-5873.
This commit is contained in:
parent
e887c260ab
commit
3e37f2a09d
1 changed files with 1 additions and 0 deletions
|
|
@ -845,6 +845,7 @@ class Toolbox(QObject, Extension):
|
|||
def buildMaterialsModels(self) -> None:
|
||||
self._metadata["materials_showcase"] = []
|
||||
self._metadata["materials_available"] = []
|
||||
self._metadata["materials_generic"] = []
|
||||
|
||||
processed_authors = [] # type: List[str]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue