Blender Git Loki
Git Commits -> Revision f790945
Revision f790945 by Lukas Toenne November 25, 2014, 13:44 (GMT) |
Moved code for the hair edit data structures to blenkernel. This makes it work more like editmesh, and avoid the awkward and basically bad-level approach in particles, where the edit data is an anonymous pointer in particle systems together with a callback for freeing. |
Commit Details:
Full Hash: f7909455ad881450d00787032a299d97124e1ffe
Parent Commit: ad8d3c4
Lines Changed: +459, -388
3 Added Paths:
/source/blender/blenkernel/BKE_edithair.h (+73, -0) (View)
/source/blender/blenkernel/intern/edithair.c (+113, -0) (View)
/source/blender/blenkernel/intern/edithair_particles.c (+181, -0) (View)
/source/blender/blenkernel/intern/edithair.c (+113, -0) (View)
/source/blender/blenkernel/intern/edithair_particles.c (+181, -0) (View)
1 Deleted Path:
/source/blender/editors/hair/hair_particles.c (+0, -182)