[Bf-blender-cvs] [482f46a35a9] sculpt-dev: Change default cloth grab deform constraints strength

Pablo Dobarro noreply at git.blender.org
Sun Dec 27 00:42:18 CET 2020


Commit: 482f46a35a938c6c0c8c88dd91b12c2d451d37e8
Author: Pablo Dobarro
Date:   Sun Dec 27 00:41:45 2020 +0100
Branches: sculpt-dev
https://developer.blender.org/rB482f46a35a938c6c0c8c88dd91b12c2d451d37e8

Change default cloth grab deform constraints strength

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

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

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_cloth.c b/source/blender/editors/sculpt_paint/sculpt_cloth.c
index 2c0420d6c29..111f823fc24 100644
--- a/source/blender/editors/sculpt_paint/sculpt_cloth.c
+++ b/source/blender/editors/sculpt_paint/sculpt_cloth.c
@@ -196,7 +196,7 @@ static float cloth_brush_simulation_falloff_get(const Brush *brush,
 #define CLOTH_SIMULATION_TIME_STEP 0.01f
 #define CLOTH_DEFORMATION_SNAKEHOOK_STRENGTH 0.35f
 #define CLOTH_DEFORMATION_TARGET_STRENGTH 0.5f
-#define CLOTH_DEFORMATION_GRAB_STRENGTH 0.1f
+#define CLOTH_DEFORMATION_GRAB_STRENGTH 0.5f
 
 static bool cloth_brush_sim_has_length_constraint(SculptClothSimulation *cloth_sim,
                                                   const int v1,



More information about the Bf-blender-cvs mailing list