From 07ee39f2e1a6793799d5473c33f4c5bc6b72cd56 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 18 Jul 2015 14:57:29 -0400 Subject: [PATCH] Small node socket color tweak --- korman/nodes/node_logic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/korman/nodes/node_logic.py b/korman/nodes/node_logic.py index 789ff02..4d6c72c 100644 --- a/korman/nodes/node_logic.py +++ b/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")