[Bf-blender-cvs] [5a1c8888346] master: UI: Hide Add Cube from toolbar.

William Reynish noreply at git.blender.org
Tue May 21 10:56:53 CEST 2019


Commit: 5a1c888834600c86a8aefc1635c1fda1bc6e1942
Author: William Reynish
Date:   Tue May 21 10:56:49 2019 +0200
Branches: master
https://developer.blender.org/rB5a1c888834600c86a8aefc1635c1fda1bc6e1942

UI: Hide Add Cube from toolbar.

This was still a proof of concept tool needing further development. Hiding this for now.

It can return in future releases with further development.

See https://developer.blender.org/T57210 for details.

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

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 6423c7eb6cd..f429904d3fb 100644
--- a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
@@ -1765,8 +1765,6 @@ class VIEW3D_PT_tools_active(ToolSelectPanelHelper, Panel):
         'EDIT_MESH': [
             *_tools_default,
             None,
-            _defs_edit_mesh.cube_add,
-            None,
             (
                 _defs_edit_mesh.extrude,
                 _defs_edit_mesh.extrude_normals,



More information about the Bf-blender-cvs mailing list