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:
authorWilliam Reynish <billrey@me.com>2019-05-21 11:56:49 +0300
committerWilliam Reynish <billrey@me.com>2019-05-21 11:56:49 +0300
commit5a1c888834600c86a8aefc1635c1fda1bc6e1942 (patch)
tree876a68cdcbbcad3b258e9d252711d7122114ed6f
parent52643bb9e7deaaa2da96f202894e159509ce6eb2 (diff)
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.
-rw-r--r--release/scripts/startup/bl_ui/space_toolsystem_toolbar.py2
1 files changed, 0 insertions, 2 deletions
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,