Cura/plugins
Ghostkeeper dabd905853
Fix serialising materials with submaterials in not loaded container trees
Material profiles need to serialise subprofiles that belong to different printers as well. Some of these materials may not be loaded in the ContainerTree structure. To prevent having to load that as well, we're just not going to use the container tree any more. It turns out that the only reason it was using the container tree was to get the hardware_type metadata from the node in the tree. So just get that from the container itself and we're fine.

Contributes to issue CURA-6600.
2019-08-27 15:47:42 +02:00
..
3MFReader Merge branch 'feature_intent' of github.com:Ultimaker/Cura into feature_intent_container_tree 2019-08-27 14:18:41 +02:00
3MFWriter Update plugin versions to match package versions 2018-12-17 13:03:21 +01:00
AMFReader Fix some typos 2019-04-30 11:39:45 +02:00
CuraDrive Handle requests ConnectionErrors in Backup plugin 2019-04-23 09:07:19 +02:00
CuraEngineBackend Fix potential race condition when slice messages arrive after clearing build plate 2019-08-26 09:15:37 +02:00
CuraProfileReader Fix profile upgrade in profile importing 2019-07-24 10:55:38 +02:00
CuraProfileWriter Update plugin versions to match package versions 2018-12-17 13:03:21 +01:00
FirmwareUpdateChecker Fix logging in FirmwareUpdateChecker 2019-08-15 13:03:51 +02:00
FirmwareUpdater Prevent crash when activePrinter doesn't have a controller 2019-01-31 12:59:29 +01:00
GCodeGzReader Update plugin versions to match package versions 2018-12-17 13:03:21 +01:00
GCodeGzWriter Update plugin versions to match package versions 2018-12-17 13:03:21 +01:00
GCodeProfileReader Update plugin versions to match package versions 2018-12-17 13:03:21 +01:00
GCodeReader Include the prime tower to the time calculations 2019-05-06 14:33:24 +02:00
GCodeWriter Update plugin versions to match package versions 2018-12-17 13:03:21 +01:00
ImageReader fix color inversion and make variable naming descriptive 2019-03-22 11:42:31 +01:00
LegacyProfileReader Update plugin versions to match package versions 2018-12-17 13:03:21 +01:00
MachineSettingsAction Add machine_heated_build_volume. 2019-08-14 11:59:13 +02:00
ModelChecker Ensure the model checker doesn't update a gazillion times on multiply 2019-02-21 21:09:49 +01:00
MonitorStage Add text about cloud connection when no printer can be reached on monitor 2019-07-09 09:09:08 +02:00
PerObjectSettingsTool Update when a setting is removed from the list 2019-08-02 14:34:14 +02:00
PostProcessingPlugin Add typing 2019-08-01 11:06:22 +02:00
PrepareStage Scale instead of center for preview/prepare-menus. [CURA-6478] 2019-04-25 21:50:24 +02:00
PreviewStage Remove a line of commented-out code. [CURA-6478] 2019-04-25 22:42:52 +02:00
RemovableDriveOutputDevice Update plugin versions to match package versions 2018-12-17 13:03:21 +01:00
SimulationView Speedup the layerview 2019-08-27 13:26:55 +02:00
SliceInfoPlugin Use certifi CA certs with urllib requests 2019-08-13 12:59:27 +02:00
SolidView Fix typing 2019-04-23 10:31:13 +02:00
SupportEraser Calculate bounding box for helper meshes 2019-05-24 10:49:35 +02:00
Toolbox Fix displaying generic materials 2019-08-16 13:38:14 +02:00
UFPReader Fix error when libCharon is not available 2019-04-30 13:03:17 +02:00
UFPWriter Replace deprecated .getContainer() calls with .container 2019-08-15 13:40:08 +02:00
UltimakerMachineActions Fix theming 2019-04-17 09:18:08 +02:00
UM3NetworkPrinting Merge branch 'feature_intent' of github.com:Ultimaker/Cura into feature_intent_container_tree 2019-08-27 14:18:41 +02:00
USBPrinting Fix typing 2019-07-22 09:34:00 +02:00
VersionUpgrade Merge branch 'master' of github.com:Ultimaker/Cura into feature_intent 2019-08-27 14:17:57 +02:00
X3DReader Update plugin versions to match package versions 2018-12-17 13:03:21 +01:00
XmlMaterialProfile Fix serialising materials with submaterials in not loaded container trees 2019-08-27 15:47:42 +02:00
XRayView Merge remote-tracking branch 'origin/master' into shader_optimization 2019-05-16 14:22:05 +02:00