Blender Git Loki
Git Commits -> Revision 940ee5d
Revision 940ee5d by Ish Bosamiya (soc-2021-adaptive-cloth) August 31, 2021, 15:47 (GMT) |
adaptive_cloth: AdaptiveMesh: force split for sewing Option to split the opposite edge even if it does not meet the size criterion, with the option, it ensures that no sewing edge is missed when an edge is split (it can be missed if the opposite edge doesn't meet the size criterion). |
Commit Details:
Full Hash: 940ee5d5871ae530365359ece2886da5e3ed31aa
Parent Commit: 9635768
Lines Changed: +28, -14
5 Modified Paths:
/source/blender/blenkernel/BKE_cloth_remesh.hh (+1, -0) (Diff)
/source/blender/blenkernel/intern/cloth_remesh.cc (+17, -14) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_adaptive_remesh.cc (+4, -0) (Diff)
/source/blender/blenkernel/intern/cloth_remesh.cc (+17, -14) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_adaptive_remesh.cc (+4, -0) (Diff)