Cura/cura/Settings
Lipu Fei 1a6a6f74d5 Fix SettingOverrideDecorator for non printing meshes
CURA-4705

- Do not set a "secret" property in the SceneNode to indicate whether a
  node is a non-printing-mesh because SceneNode will not copy that
  property during a deepcopy. Store it in the SettingOverrideDecorator
  and make it accessible through a decorator call
- Try to trigger an auto-slice AFTER the non-printing-meshes flag is
  updated, not before.
2017-12-20 12:26:50 +01:00
..
__init__.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
ContainerManager.py CURA-4715 fix updating custom profile 2017-12-18 17:03:18 +01:00
ContainerSettingsModel.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
CuraContainerRegistry.py Move LegacyProfileReader-specific logic into the plug-in itself 2017-12-19 17:16:32 +01:00
CuraContainerStack.py Tests: Removed python circular import dependency and added empty containers 2017-12-15 09:43:02 +01:00
CuraStackBuilder.py Merge branch 'master' into feature_local_container_server 2017-11-29 13:06:08 +01:00
Exceptions.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
ExtruderManager.py CURA-4680 Checking if there is global stack in the ExtruderManager. 2017-12-06 14:12:51 +01:00
ExtrudersModel.py Merge branch 'master' into feature_local_container_server 2017-12-08 16:03:05 +01:00
ExtruderStack.py Pass optional file_name for deserialization 2017-11-23 11:28:16 +01:00
GlobalStack.py Merge branch 'master' into feature_local_container_server 2017-11-29 13:06:08 +01:00
MachineManager.py Apply fix for single extrusion machines when a new global stack is added 2017-12-15 14:51:48 +01:00
MachineNameValidator.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
MaterialManager.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
MaterialSettingsVisibilityHandler.py Comment out visibility of flow temperature graph 2017-09-28 15:33:00 +02:00
MaterialsModel.py Fix removeMaterial. 2017-12-06 11:02:50 +01:00
PerObjectContainerStack.py Import Application instead of inline import CuraApplication 2017-08-28 14:35:36 +02:00
ProfilesModel.py Fix empty quality slider on start. 2017-12-13 13:33:05 +01:00
QualityAndUserProfilesModel.py Document why we're only returning full profiles 2017-12-11 09:44:56 +01:00
QualitySettingsModel.py Merge branch 'master' into feature_local_container_server 2017-11-29 13:06:08 +01:00
SetObjectExtruderOperation.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
SettingInheritanceManager.py Merge pull request #2685 from Ultimaker/container_stack_improvements 2017-11-20 17:42:26 +01:00
SettingOverrideDecorator.py Fix SettingOverrideDecorator for non printing meshes 2017-12-20 12:26:50 +01:00
SimpleModeSettingsManager.py Update simple mode manager states when manager is created - CURA-4466 2017-10-20 12:37:59 +02:00
UserChangesModel.py Fix retrieving setting values with "extruderValues()" and "resolveOrValue()" 2017-10-11 11:05:01 +02:00
UserProfilesModel.py Document why we're only returning full profiles 2017-12-11 09:44:56 +01:00