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/properties_grease_pencil_common.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_grease_pencil_common.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
index 83c27c1ccfc..42e8d5272b3 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -1158,18 +1158,18 @@ class GreasePencilToolsPanel:
classes = (
- GPENCIL_MT_brush_specials,
- GPENCIL_MT_gpencil_edit_specials,
- GPENCIL_MT_layer_specials,
- GPENCIL_MT_palettecolor_specials,
- GPENCIL_MT_snap,
- GPENCIL_PIE_sculpt,
- GPENCIL_PIE_settings_palette,
GPENCIL_PIE_tool_palette,
+ GPENCIL_PIE_settings_palette,
GPENCIL_PIE_tools_more,
+ GPENCIL_PIE_sculpt,
+ GPENCIL_MT_snap,
+ GPENCIL_MT_gpencil_edit_specials,
GPENCIL_UL_brush,
- GPENCIL_UL_layer,
GPENCIL_UL_palettecolor,
+ GPENCIL_UL_layer,
+ GPENCIL_MT_layer_specials,
+ GPENCIL_MT_brush_specials,
+ GPENCIL_MT_palettecolor_specials,
)
if __name__ == "__main__": # only for live edit.