diff --git a/plugins/3MFReader/ThreeMFWorkspaceReader.py b/plugins/3MFReader/ThreeMFWorkspaceReader.py index 65f026685b..d54e0a724e 100755 --- a/plugins/3MFReader/ThreeMFWorkspaceReader.py +++ b/plugins/3MFReader/ThreeMFWorkspaceReader.py @@ -799,6 +799,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader): if quality.getId() not in ("empty", "empty_quality"): quality_type = quality.getMetaDataEntry("quality_type") quality_containers = self._container_registry.findInstanceContainers(definition = global_stack.definition.getId(), + type = "quality", quality_type = quality_type) if quality_containers: global_stack.quality = quality_containers[0]