Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/startup/bl_ui/space_node.py')
-rw-r--r--release/scripts/startup/bl_ui/space_node.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/release/scripts/startup/bl_ui/space_node.py b/release/scripts/startup/bl_ui/space_node.py
index 4d8d9f50a9e..b939d34e154 100644
--- a/release/scripts/startup/bl_ui/space_node.py
+++ b/release/scripts/startup/bl_ui/space_node.py
@@ -528,27 +528,27 @@ def node_draw_tree_view(layout, context):
classes = (
NODE_HT_header,
- NODE_MT_add,
NODE_MT_editor_menus,
+ NODE_MT_add,
+ NODE_MT_view,
+ NODE_MT_select,
NODE_MT_node,
NODE_MT_node_color_presets,
NODE_MT_node_color_specials,
- NODE_MT_select,
- NODE_MT_view,
- NODE_PT_active_node_color,
NODE_PT_active_node_generic,
+ NODE_PT_active_node_color,
NODE_PT_active_node_properties,
NODE_PT_backdrop,
+ NODE_PT_quality,
+ NODE_UL_interface_sockets,
NODE_PT_grease_pencil,
NODE_PT_grease_pencil_palettecolor,
NODE_PT_grease_pencil_tools,
- NODE_PT_quality,
- NODE_PT_tools_grease_pencil_brush,
- NODE_PT_tools_grease_pencil_brushcurves,
NODE_PT_tools_grease_pencil_draw,
NODE_PT_tools_grease_pencil_edit,
NODE_PT_tools_grease_pencil_sculpt,
- NODE_UL_interface_sockets,
+ NODE_PT_tools_grease_pencil_brush,
+ NODE_PT_tools_grease_pencil_brushcurves,
)