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

config/NodeShapeFlags/obj.json (270B)

 1 {
 2     "nodetype" : "obj",
 3 
 4     "flagmapping" : {
 5 	"0" : {
 6 	    "flag" : "S",
 7 	    "color" : "GraphSelectableFlag",
 8 	    "icon" : "NETVIEW_selectable_flag"
 9 	},
10 	"3" : {
11 	    "flag" : "d",
12 	    "color" : "GraphDisplayFlag",
13 	    "icon" : "NETVIEW_display_flag"
14 	}
15     }
16 }