mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:58:59 +08: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
@ -845,6 +845,7 @@ class Toolbox(QObject, Extension):
|
|||||||
def buildMaterialsModels(self) -> None:
|
def buildMaterialsModels(self) -> None:
|
||||||
self._metadata["materials_showcase"] = []
|
self._metadata["materials_showcase"] = []
|
||||||
self._metadata["materials_available"] = []
|
self._metadata["materials_available"] = []
|
||||||
|
self._metadata["materials_generic"] = []
|
||||||
|
|
||||||
processed_authors = [] # type: List[str]
|
processed_authors = [] # type: List[str]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user