Blender Git Commit Log
Git Commits -> Revision dcbd6f4
Revision dcbd6f4 by Ish Bosamiya (soc-2021-adaptive-cloth) September 5, 2021, 16:17 (GMT) |
adaptive_cloth: gui for `edge_length_max` and `aspect_ratio_min` |
Commit Details:
Full Hash: dcbd6f42577774c3d516c1695eac012f664ee686
Parent Commit: 7a0683c
Lines Changed: +60, -11
9 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_cloth_remesh.hh (+4, -0) (Diff)
/source/blender/blenkernel/intern/cloth_remesh.cc (+6, -0) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+3, -1) (Diff)
/source/blender/makesdna/DNA_modifier_defaults.h (+6, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+13, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+12, -0) (Diff)
/source/blender/modifiers/intern/MOD_adaptive_remesh.cc (+11, -5) (Diff)
/source/blender/blenkernel/BKE_cloth_remesh.hh (+4, -0) (Diff)
/source/blender/blenkernel/intern/cloth_remesh.cc (+6, -0) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+3, -1) (Diff)
/source/blender/makesdna/DNA_modifier_defaults.h (+6, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+13, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+12, -0) (Diff)
/source/blender/modifiers/intern/MOD_adaptive_remesh.cc (+11, -5) (Diff)