[Bf-blender-cvs] [7f4d2e0f10c] temp-gpencil-interpolate: GPencil: Move Interpolate Tool above Annotation in Draw mode

Antonio Vazquez noreply at git.blender.org
Tue Dec 22 19:00:23 CET 2020


Commit: 7f4d2e0f10cee4e8a801242cc98fea50ca5078a2
Author: Antonio Vazquez
Date:   Tue Dec 22 19:00:20 2020 +0100
Branches: temp-gpencil-interpolate
https://developer.blender.org/rB7f4d2e0f10cee4e8a801242cc98fea50ca5078a2

GPencil: Move Interpolate Tool above Annotation in Draw mode

===================================================================

M	release/scripts/startup/bl_ui/space_toolsystem_toolbar.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
index 562e1ecf756..8c81feb97c7 100644
--- a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
@@ -2836,9 +2836,9 @@ class VIEW3D_PT_tools_active(ToolSelectPanelHelper, Panel):
             _defs_gpencil_paint.box,
             _defs_gpencil_paint.circle,
             None,
-            *_tools_annotate,
-            None,
             _defs_gpencil_paint.interpolate,
+            None,
+            *_tools_annotate,
         ],
         'EDIT_GPENCIL': [
             *_tools_gpencil_select,



More information about the Bf-blender-cvs mailing list