Fix the hacked "getResolveOrValue" to return value always instead of resolve

This commit is contained in:
Arjen Hiemstra 2017-04-06 02:21:39 +02:00
parent 4da2de532b
commit 1c75a82779

View file

@ -512,7 +512,7 @@ class ExtruderManager(QObject):
def getResolveOrValue(key):
global_stack = Application.getInstance().getGlobalContainerStack()
resolved_value = global_stack.getProperty(key, "resolve")
resolved_value = global_stack.getProperty(key, "value")
#if resolved_value is not None:
#user_container = global_stack.findContainer({"type": "user"})
#quality_changes_container = global_stack.findContainer({"type": "quality_changes"})