Blender Git Commit Log
Git Commits -> Revision 57c1f52
Revision 57c1f52 by Ish Bosamiya (soc-2021-adaptive-cloth) June 10, 2021, 06:36 (GMT) |
adaptive_cloth: initial conversion of cloth modifier to `modifyMesh` from `deformVerts` Adaptive remeshing requires the mesh connectivity to change, so the modifier should be of `eModifierTypeType_Nonconstructive` type and use the `modifyMesh()` function instead of the `deformVerts()` function. The next step is to make the `clothModifier_do()` function to take advantage of the mesh given to it since now that mesh can be edited by it and returned directly. |
Commit Details:
Full Hash: 57c1f52d2ea477c526bb5f5628c831dbc4181641
Parent Commit: c31f095
Lines Changed: +40, -44
1 Modified Path:
/source/blender/modifiers/intern/MOD_cloth.c (+40, -44) (Diff)