Fix T60291: Wrong tooltip in for Add Cube tool

This commit is contained in:
Jacques Lucke 2019-01-08 12:24:45 +01:00
parent ef818009e0
commit f9cefc4d17
Notes: blender-bot 2023-02-14 10:29:30 +01:00
Referenced by issue #60313, Mac OS - Particle Edit instantly crashes
Referenced by issue #60291, Add cube tool tooltip has wrong text
1 changed files with 3 additions and 0 deletions

View File

@ -408,6 +408,9 @@ class _defs_edit_mesh:
return dict(
text="Add Cube",
icon="ops.mesh.primitive_cube_add_gizmo",
description=(
"Add cube to mesh interactively"
),
widget=None,
keymap=(),
)