Blender Git Commit Log
Git Commits -> Revision 6748f5c
Revision 6748f5c by Ish Bosamiya (soc-2021-adaptive-cloth) September 5, 2021, 18:56 (GMT) |
adaptive_cloth: face sizing: change_in_vertex_normal_max as a param Create GUI and use `change_in_vertex_normal_max` for dynamic face sizing calculation instead of the hard coded value. |
Commit Details:
Full Hash: 6748f5cfbbfa75303b114f3dfa0268eff14d338d
Parent Commit: e07f8a6
Lines Changed: +27, -3
9 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_cloth_remesh.hh (+2, -0) (Diff)
/source/blender/blenkernel/intern/cloth_remesh.cc (+4, -1) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+1, -2) (Diff)
/source/blender/makesdna/DNA_modifier_defaults.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+6, -0) (Diff)
/source/blender/modifiers/intern/MOD_adaptive_remesh.cc (+2, -0) (Diff)
/source/blender/blenkernel/BKE_cloth_remesh.hh (+2, -0) (Diff)
/source/blender/blenkernel/intern/cloth_remesh.cc (+4, -1) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+1, -2) (Diff)
/source/blender/makesdna/DNA_modifier_defaults.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+6, -0) (Diff)
/source/blender/modifiers/intern/MOD_adaptive_remesh.cc (+2, -0) (Diff)