mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Fix PerObjectSettings, which were broken due to the material editing merge
CURA-342
This commit is contained in:
parent
8d56d25a8e
commit
c36af13daf
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ from UM.Logger import Logger
|
||||||
|
|
||||||
import UM.Settings.Models
|
import UM.Settings.Models
|
||||||
|
|
||||||
from cura.SettingOverrideDecorator import SettingOverrideDecorator
|
from cura.Settings.SettingOverrideDecorator import SettingOverrideDecorator
|
||||||
|
|
||||||
## The per object setting visibility handler ensures that only setting defintions that have a matching instance Container
|
## The per object setting visibility handler ensures that only setting defintions that have a matching instance Container
|
||||||
# are returned as visible.
|
# are returned as visible.
|
||||||
|
|
|
@ -5,7 +5,7 @@ from UM.Tool import Tool
|
||||||
from UM.Scene.Selection import Selection
|
from UM.Scene.Selection import Selection
|
||||||
from UM.Application import Application
|
from UM.Application import Application
|
||||||
from UM.Preferences import Preferences
|
from UM.Preferences import Preferences
|
||||||
from cura.SettingOverrideDecorator import SettingOverrideDecorator
|
from cura.Settings.SettingOverrideDecorator import SettingOverrideDecorator
|
||||||
|
|
||||||
## This tool allows the user to add & change settings per node in the scene.
|
## This tool allows the user to add & change settings per node in the scene.
|
||||||
# The settings per object are kept in a ContainerStack, which is linked to a node by decorator.
|
# The settings per object are kept in a ContainerStack, which is linked to a node by decorator.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue