Blender Git Commit Log
Git Commits -> Revision 4827875
Revision 4827875 by Ish Bosamiya (soc-2021-adaptive-cloth) September 2, 2021, 09:13 (GMT) |
adaptive_cloth: Add dynamic remeshing selection to GUI Add remeshing type support to both the cloth modifier and the adaptive remesh modifier. The basic call for dynamic remesh is also setup, only need to work on finding the vertex sizing dynamically. |
Commit Details:
Full Hash: 48278754a715e28fc1e3f9f038e627d55354aa73
Parent Commit: ffcc059
Lines Changed: +133, -16
9 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+3, -0) (Diff)
/source/blender/blenkernel/BKE_cloth_remesh.hh (+12, -0) (Diff)
/source/blender/blenkernel/intern/cloth_remesh.cc (+72, -14) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+14, -0) (Diff)
/source/blender/makesdna/DNA_modifier_defaults.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_adaptive_remesh.cc (+12, -2) (Diff)
/source/blender/blenkernel/BKE_cloth_remesh.hh (+12, -0) (Diff)
/source/blender/blenkernel/intern/cloth_remesh.cc (+72, -14) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+14, -0) (Diff)
/source/blender/makesdna/DNA_modifier_defaults.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_adaptive_remesh.cc (+12, -2) (Diff)