UI: Add Extrude Manifold Icon

Differential Revision: https://developer.blender.org/D8016
This commit is contained in:
Germano Cavalcante 2020-06-24 11:32:06 -03:00
parent 9951858942
commit ff0df7c546
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -821,7 +821,7 @@ class _defs_edit_mesh:
description=(
"Extrude, dissolves edges whose faces form a flat surface and intersect new edges"
),
icon="none",
icon="ops.mesh.extrude_manifold",
widget="VIEW3D_GGT_tool_generic_handle_normal",
keymap=(),
)

View File

@ -713,6 +713,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
ops.mesh.bisect
ops.mesh.dupli_extrude_cursor
ops.mesh.extrude_faces_move
ops.mesh.extrude_manifold
ops.mesh.extrude_region_move
ops.mesh.extrude_region_shrink_fatten
ops.mesh.inset