UI: First batch of fixing missing categories for panels.
This commit is contained in:
@@ -360,6 +360,7 @@ class NODE_MT_specials(Menu):
|
||||
class NODE_PT_active_node_generic(Panel):
|
||||
bl_space_type = 'NODE_EDITOR'
|
||||
bl_region_type = 'UI'
|
||||
bl_category = "Node"
|
||||
bl_label = "Node"
|
||||
|
||||
@classmethod
|
||||
@@ -377,6 +378,7 @@ class NODE_PT_active_node_generic(Panel):
|
||||
class NODE_PT_active_node_color(Panel):
|
||||
bl_space_type = 'NODE_EDITOR'
|
||||
bl_region_type = 'UI'
|
||||
bl_category = "Node"
|
||||
bl_label = "Color"
|
||||
bl_options = {'DEFAULT_CLOSED'}
|
||||
bl_parent_id = 'NODE_PT_active_node_generic'
|
||||
@@ -406,6 +408,7 @@ class NODE_PT_active_node_color(Panel):
|
||||
class NODE_PT_active_node_properties(Panel):
|
||||
bl_space_type = 'NODE_EDITOR'
|
||||
bl_region_type = 'UI'
|
||||
bl_category = "Node"
|
||||
bl_label = "Properties"
|
||||
bl_options = {'DEFAULT_CLOSED'}
|
||||
bl_parent_id = 'NODE_PT_active_node_generic'
|
||||
@@ -439,6 +442,7 @@ class NODE_PT_active_node_properties(Panel):
|
||||
class NODE_PT_backdrop(Panel):
|
||||
bl_space_type = 'NODE_EDITOR'
|
||||
bl_region_type = 'UI'
|
||||
bl_category = "Node"
|
||||
bl_label = "Backdrop"
|
||||
|
||||
@classmethod
|
||||
@@ -473,6 +477,7 @@ class NODE_PT_backdrop(Panel):
|
||||
class NODE_PT_quality(bpy.types.Panel):
|
||||
bl_space_type = 'NODE_EDITOR'
|
||||
bl_region_type = 'UI'
|
||||
bl_category = "Node"
|
||||
bl_label = "Performance"
|
||||
|
||||
@classmethod
|
||||
@@ -526,6 +531,7 @@ class NODE_UL_interface_sockets(bpy.types.UIList):
|
||||
class NODE_PT_grease_pencil(AnnotationDataPanel, Panel):
|
||||
bl_space_type = 'NODE_EDITOR'
|
||||
bl_region_type = 'UI'
|
||||
bl_category = "Node"
|
||||
bl_options = {'DEFAULT_CLOSED'}
|
||||
|
||||
# NOTE: this is just a wrapper around the generic GP Panel
|
||||
@@ -539,6 +545,7 @@ class NODE_PT_grease_pencil(AnnotationDataPanel, Panel):
|
||||
class NODE_PT_grease_pencil_tools(GreasePencilToolsPanel, Panel):
|
||||
bl_space_type = 'NODE_EDITOR'
|
||||
bl_region_type = 'UI'
|
||||
bl_category = "Node"
|
||||
bl_options = {'DEFAULT_CLOSED'}
|
||||
|
||||
# NOTE: this is just a wrapper around the generic GP tools panel
|
||||
|
Reference in New Issue
Block a user