[Bf-blender-cvs] [4d67d4bfc98] greasepencil-object: Remove annotation tool in Sculpt

Antonio Vazquez noreply at git.blender.org
Tue Jul 10 10:36:08 CEST 2018


Commit: 4d67d4bfc98c0d61f2d01b6a1def38078eed7bdd
Author: Antonio Vazquez
Date:   Tue Jul 10 10:36:01 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rB4d67d4bfc98c0d61f2d01b6a1def38078eed7bdd

Remove annotation tool in Sculpt

This tool is not logic here

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

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 b098499ac28..74c79f830e8 100644
--- a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
@@ -1348,8 +1348,6 @@ class VIEW3D_PT_tools_active(ToolSelectPanelHelper, Panel):
             _defs_gpencil_sculpt.pinch,
             _defs_gpencil_sculpt.randomize,
             _defs_gpencil_sculpt.clone,
-            None,
-            *_tools_annotate,
         ],
     }



More information about the Bf-blender-cvs mailing list