Cura/plugins/3MFReader
Kostas Karmas 4f97089e47 Fix losing global quality changes when reading a 3MF with a CFFF
By using "pass" when the IndexError occured while reading the quality changes, empty quality
changes containers were added to the registry. These empty quality changes were then used as
"global" quality_changes, since the container registry was simply picking the first quality
changes instance container that had an empty extruder stack. Therefore, the correct global
quality changes (that actually had the global settings that were changed, like the support)
was just ignored in the whole process.

CURA-7549
2020-07-07 10:43:02 +02:00
..
__init__.py Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
plugin.json Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6 2020-04-21 11:46:12 +02:00
ThreeMFReader.py Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
ThreeMFWorkspaceReader.py Fix losing global quality changes when reading a 3MF with a CFFF 2020-07-07 10:43:02 +02:00
WorkspaceDialog.py Convert doxygen to rst for 3MFReader/Writer and AMFReader 2020-05-08 15:14:39 +02:00
WorkspaceDialog.qml Remove hardcoded sizes from dialogs & popups 2019-11-19 13:00:39 +01:00