git.lucas.co / hou-control
git clone https://git.lucas.co/hou-control.git

config/NodeShapeFlags/cop.json (677B)

 1 {
 2     "nodetype" : "cop",
 3 
 4     "flagmapping" : {
 5 	"1" : {
 6             "flag" : "f",
 7             "color" : "GraphSelectableTemplateFlag",
 8             "icon" : "NETVIEW_selectable_template_flag"
 9         },
10 	"2" : {
11             "flag" : "t",
12             "color" : "GraphTemplateFlag",
13             "icon" : "NETVIEW_template_flag"
14         },
15         "0" : {
16 	    "flag" : "b",
17 	    "color" : "GraphBypassFlag",
18 	    "icon" : "NETVIEW_bypass_flag"
19 	},
20 	"3" : {
21 	    "flag" : "d",
22 	    "color" : "GraphDisplayFlag",
23 	    "icon" : "NETVIEW_display_flag",
24 	    "secondaryflag" : "o",
25 	    "secondarycolor" : "GraphOutputFlag",
26 	    "bothcolor" : "GraphDisplayAndRenderFlag"
27 	}
28     }
29 }