Browse Source

Small node socket color tweak

pull/23/head
Adam Johnson 9 years ago
parent
commit
07ee39f2e1
  1. 2
      korman/nodes/node_logic.py

2
korman/nodes/node_logic.py

@ -113,7 +113,7 @@ class PlasmaExcludeRegionNode(PlasmaNodeBase, bpy.types.Node):
class PlasmaExcludeSafePointSocket(PlasmaNodeSocketBase, bpy.types.NodeSocket):
bl_color = (0.0, 0.0, 0.0, 1.0)
bl_color = (0.0, 0.0, 0.0, 0.0)
safepoint_name = StringProperty(name="Safe Point",
description="A point outside of this exclude region to move the avatar to")

Loading…
Cancel
Save