Browse Source

Don't touch mah strings!

pull/23/head
Adam Johnson 9 years ago
parent
commit
36c5d71032
  1. 2
      korman/nodes/node_python.py

2
korman/nodes/node_python.py

@ -478,7 +478,7 @@ class PlasmaAttribStringNode(PlasmaAttribNodeBase, bpy.types.Node):
def update(self): def update(self):
super().update() super().update()
attrib = self.to_socket attrib = self.to_socket
if attrib is not None: if attrib is not None and not self.value:
self.value = attrib.simple_value self.value = attrib.simple_value

Loading…
Cancel
Save