From 70da2980e6cfef98f490389872fd0aaa90450c13 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 17 Jul 2015 20:40:06 -0400 Subject: [PATCH] Add some missing ptAttrib colors --- korman/nodes/node_python.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/korman/nodes/node_python.py b/korman/nodes/node_python.py index eee490d..58f911d 100644 --- a/korman/nodes/node_python.py +++ b/korman/nodes/node_python.py @@ -537,6 +537,9 @@ _attrib_colors = { "ptAttribActivator": (0.031, 0.110, 0.290, 1.0), "ptAttribActivatorList": (0.451, 0.0, 0.263, 1.0), "ptAttribBoolean": (0.71, 0.706, 0.655, 1.0), + "ptAttribExcludeRegion": (0.031, 0.110, 0.290, 1.0), + "ptAttribNamedActivator": (0.031, 0.110, 0.290, 1.0), + "ptAttribNamedResponder": (0.031, 0.110, 0.290, 1.0), "ptAttribResponder": (0.031, 0.110, 0.290, 1.0), "ptAttribResponderList": (0.031, 0.110, 0.290, 1.0), "ptAttribString": (0.675, 0.659, 0.494, 1.0),