Icons: new icons for sculpt border hide/mask
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
release/datafiles/icons/ops.sculpt.border_hide.dat
Normal file
BIN
release/datafiles/icons/ops.sculpt.border_hide.dat
Normal file
Binary file not shown.
BIN
release/datafiles/icons/ops.sculpt.border_mask.dat
Normal file
BIN
release/datafiles/icons/ops.sculpt.border_mask.dat
Normal file
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
|
||||
|
||||
Reference in New Issue
Block a user