Blender Git Commit Log
Git Commits -> Revision 1780f2a
Revision 1780f2a by Ish Bosamiya (soc-2021-adaptive-cloth) July 21, 2021, 16:25 (GMT) |
adaptive_cloth: create an abstraction for adaptive_remesh The adaptive remeshing algorithm is not dependent on the cloth modifier so it makes sense to abstract at least to a point of not needing all of the `ClothVertex` data. This will help with testing of the implementation by adding it to the `AdaptiveRemesh` modifier. |
Commit Details:
Full Hash: 1780f2aaf8bbdc77db2599400b4376b85b9f8d7b
Parent Commit: 5567cee
Lines Changed: +205, -79