Node Toolbar:

* Have panels closed by default.
This commit is contained in:
Thomas Dinges 2013-04-13 16:26:55 +00:00
parent 50e7e34520
commit ceacf24e3d

@ -91,6 +91,7 @@ def register_node_ui():
"bl_space_type" : 'NODE_EDITOR', "bl_space_type" : 'NODE_EDITOR',
"bl_region_type" : 'TOOLS', "bl_region_type" : 'TOOLS',
"bl_label" : cat.name, "bl_label" : cat.name,
"bl_options" : {'DEFAULT_CLOSED'},
"category" : cat, "category" : cat,
"poll" : cat.poll, "poll" : cat.poll,
"draw" : draw_node_item, "draw" : draw_node_item,