[Bf-blender-cvs] [b1b49f61306] sculpt-dev: Sculpt IPMask: Tweak default filter sensitivity

Pablo Dobarro noreply at git.blender.org
Wed Mar 3 17:30:19 CET 2021


Commit: b1b49f61306eaa1ea019778549b368faec1722ea
Author: Pablo Dobarro
Date:   Wed Mar 3 17:29:46 2021 +0100
Branches: sculpt-dev
https://developer.blender.org/rBb1b49f61306eaa1ea019778549b368faec1722ea

Sculpt IPMask: Tweak default filter sensitivity

===================================================================

M	source/blender/editors/sculpt_paint/sculpt_filter_mask.c

===================================================================

diff --git a/source/blender/editors/sculpt_paint/sculpt_filter_mask.c b/source/blender/editors/sculpt_paint/sculpt_filter_mask.c
index 17cfc4058bc..595beaa4db0 100644
--- a/source/blender/editors/sculpt_paint/sculpt_filter_mask.c
+++ b/source/blender/editors/sculpt_paint/sculpt_filter_mask.c
@@ -937,7 +937,7 @@ static void sculpt_ipmask_filter_cancel(bContext *C, wmOperator *UNUSED(op))
   SCULPT_flush_update_done(C, ob, SCULPT_UPDATE_MASK);
 }
 
-#define IPMASK_FILTER_STEP_SENSITIVITY 0.025f
+#define IPMASK_FILTER_STEP_SENSITIVITY 0.05f
 #define IPMASK_FILTER_STEPS_PER_FULL_STRENGTH 20
 static int sculpt_ipmask_filter_modal(bContext *C, wmOperator *op, const wmEvent *event)
 {



More information about the Bf-blender-cvs mailing list