Blender Git Loki
Git Commits -> Revision a71ee86
Revision a71ee86 by Alexander Gavrilov January 9, 2021, 09:07 (GMT) |
Cloth: add a vertex group setting to exclude from object collision. This can be useful as a workaround on the boundary with the pinned vertices in some situations among other things, and completely copies the existing design of the self collision vertex group setting. Differential Revision: https://developer.blender.org/D10043 |
Commit Details:
Full Hash: a71ee86ed8622696c51d8f8cf5bc59f4c3858333
Parent Commit: ebaa7d9
Lines Changed: +49, -6
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+4, -0) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/cloth.c (+8, -2) (Diff)
/source/blender/blenkernel/intern/collision.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+4, -2) (Diff)
/source/blender/makesdna/DNA_modifier_defaults.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+30, -1) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/cloth.c (+8, -2) (Diff)
/source/blender/blenkernel/intern/collision.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+4, -2) (Diff)
/source/blender/makesdna/DNA_modifier_defaults.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+30, -1) (Diff)