Blender Git Commit Log
Git Commits -> Revision f112ca4
Revision f112ca4 by Ish Bosamiya (soc-2019-adaptive-cloth) June 27, 2019, 11:13 (GMT) |
Cloth: ported remeshing code to cpp This has been done to simplify the code (especially with the use of vector<> over BLI_array and BLI_linklist). This will allow for faster iteration of the code as well. |
Commit Details:
Full Hash: f112ca46a984fb66003c4ac2e079e13820001fc1
Parent Commit: 79f714d
Lines Changed: +900, -774
2 Added Paths:
/source/blender/blenkernel/BKE_cloth_remeshing.h (+45, -0) (View)
/source/blender/blenkernel/intern/cloth_remeshing.cpp (+843, -0) (View)
/source/blender/blenkernel/intern/cloth_remeshing.cpp (+843, -0) (View)