Blender Git Commit Log

Git Commits -> Revision f112ca4

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)

3 Modified Paths:

/source/blender/blenkernel/BKE_cloth.h (+6, -0) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+2, -0) (Diff)
/source/blender/blenkernel/intern/cloth.c (+4, -774) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021