Change default cloth grab deform constraints strength

This commit is contained in:
Pablo Dobarro 2020-12-27 00:41:45 +01:00
parent 975a17c816
commit 482f46a35a
1 changed files with 1 additions and 1 deletions

View File

@ -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,