Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Dobarro <pablodp606@gmail.com>2020-05-19 02:08:23 +0300
committerPablo Dobarro <pablodp606@gmail.com>2020-05-19 02:08:23 +0300
commit79a48c5676232e34c236698dbb0bfee125411342 (patch)
tree7a34c43da633d2f90f4eb9acebdb73cefff67cbe
parent393050e8e597b145539a591f31e9ef3bfd09733e (diff)
parent7c9c8cee7b2c4a964f66c319a3f44ba83d19825d (diff)
Merge branch 'blender-v2.83-release'
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 664c40f2ec7..f288c955c92 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -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