From 36c5d71032410b8c4e49ae83a9e81d1178ef08ee Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 18 Jul 2015 22:00:34 -0400 Subject: [PATCH] Don't touch mah strings! --- korman/nodes/node_python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/korman/nodes/node_python.py b/korman/nodes/node_python.py index be25501..e924580 100644 --- a/korman/nodes/node_python.py +++ b/korman/nodes/node_python.py @@ -478,7 +478,7 @@ class PlasmaAttribStringNode(PlasmaAttribNodeBase, bpy.types.Node): def update(self): super().update() attrib = self.to_socket - if attrib is not None: + if attrib is not None and not self.value: self.value = attrib.simple_value