Blender Git Commit Log
Git Commits -> Revision 541d0fd
Revision 541d0fd by Sebastian Parborg (master) December 4, 2019, 10:30 (GMT) |
Add cloth pressure vertex group and unlock cloth shrink values range Introduced a way to specify cloth pressure force influence with a vertex group. This will allow users to only have pressure affect certain parts of the mesh. In addition to this, the "shrink factor" is now also unlocked to allow negative values and thus allowing the cloth mesh to grow as well. Reviewed By: Jaques Lucke Differential Revision: https://developer.blender.org/D6347 |
Commit Details:
Full Hash: 541d0fdba61a9c99612f7532207d5ce704f10b43
Parent Commit: b3f388d
Lines Changed: +146, -55
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+4, -0) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+3, -2) (Diff)
/source/blender/blenkernel/intern/cloth.c (+25, -32) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+6, -3) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+39, -4) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+59, -8) (Diff)
/source/blender/physics/intern/implicit.h (+6, -2) (Diff)
/source/blender/physics/intern/implicit_blender.c (+4, -4) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+3, -2) (Diff)
/source/blender/blenkernel/intern/cloth.c (+25, -32) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+6, -3) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+39, -4) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+59, -8) (Diff)
/source/blender/physics/intern/implicit.h (+6, -2) (Diff)
/source/blender/physics/intern/implicit_blender.c (+4, -4) (Diff)