Tool System: define tools for meta-ball editmode

This commit is contained in:
Campbell Barton 2018-11-20 18:52:27 +11:00
parent 812205f936
commit 640eb00670
Notes: blender-bot 2023-02-14 09:19:09 +01:00
Referenced by issue #57952, Workbench: stack-buffer-overflow after recent lighting evaluation changes
Referenced by issue #57953, Assert failure when trying to display tool tooltip
1 changed files with 9 additions and 0 deletions

View File

@ -1423,6 +1423,15 @@ class VIEW3D_PT_tools_active(ToolSelectPanelHelper, Panel):
_defs_edit_curve.extrude_cursor,
),
],
'EDIT_METABALL': [
*_tools_select,
_defs_view3d_generic.cursor,
None,
*_tools_transform,
None,
*_tools_annotate,
None,
],
'PARTICLE': [
_defs_view3d_generic.cursor,
_defs_particle.generate_from_brushes,