Merge branch 'blender-v2.83-release'

This commit is contained in:
Pablo Dobarro 2020-05-19 01:08:23 +02:00
commit 79a48c5676
1 changed files with 1 additions and 0 deletions

View File

@ -5270,6 +5270,7 @@ class VIEW3D_MT_sculpt_mask_edit_pie(Menu):
op.mode = 'INVERT'
op = pie.operator("paint.mask_flood_fill", text='Clear Mask')
op.mode = 'VALUE'
op.value = 0.0
op = pie.operator("sculpt.mask_filter", text='Smooth Mask')
op.filter_type = 'SMOOTH'
op.auto_iteration_count = True