Icons: new icons for sculpt border hide/mask

This commit is contained in:
William Reynish 2018-08-23 22:46:04 +10:00 committed by Campbell Barton
parent 09895cae48
commit 2dafc39d56
12 changed files with 4 additions and 2 deletions

Binary file not shown.

Binary file not shown.

@ -939,7 +939,7 @@ class _defs_sculpt:
def hide_border():
return dict(
text="Border Hide",
icon="none",
icon="ops.sculpt.border_hide",
widget=None,
keymap=(
("paint.hide_show", dict(action='HIDE'), dict(type='EVT_TWEAK_A', value='ANY')),
@ -952,7 +952,7 @@ class _defs_sculpt:
def mask_border():
return dict(
text="Border Mask",
icon="none",
icon="ops.sculpt.border_mask",
widget=None,
keymap=(
("view3d.select_border", dict(mode='ADD'), dict(type='EVT_TWEAK_A', value='ANY')),

@ -642,6 +642,8 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
ops.paint.vertex_color_fill
ops.paint.weight_fill
ops.paint.weight_gradient
ops.sculpt.border_hide
ops.sculpt.border_mask
ops.transform.edge_slide
ops.transform.push_pull
ops.transform.resize.cage