[Bf-blender-cvs] [a19ee4e9266] blender2.8: Tool System: define tools for lattice editmode

Campbell Barton noreply at git.blender.org
Tue Nov 20 11:42:00 CET 2018


Commit: a19ee4e92665898b88bc8c21b7bf9ea313314e55
Author: Campbell Barton
Date:   Tue Nov 20 21:41:39 2018 +1100
Branches: blender2.8
https://developer.blender.org/rBa19ee4e92665898b88bc8c21b7bf9ea313314e55

Tool System: define tools for lattice editmode

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

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 bcfa50f7d0b..e98e1a4fb95 100644
--- a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
@@ -1432,6 +1432,15 @@ class VIEW3D_PT_tools_active(ToolSelectPanelHelper, Panel):
             *_tools_annotate,
             None,
         ],
+        'EDIT_LATTICE': [
+            *_tools_select,
+            _defs_view3d_generic.cursor,
+            None,
+            *_tools_transform,
+            None,
+            *_tools_annotate,
+            None,
+        ],
         'PARTICLE': [
             _defs_view3d_generic.cursor,
             _defs_particle.generate_from_brushes,



More information about the Bf-blender-cvs mailing list