Blender Git Loki
Git Commits -> Revision 7bb90a0
Revision 7bb90a0 by Lukas Toenne (alembic, gooseberry, gooseberry_farm, hair_guides, hair_guides_grooming, hair_object, strand_editmode, strand_gpu, strand_nodes, temp_motionpaths, tmp_hair_curves) April 20, 2015, 10:11 (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. Conflicts: source/blender/blenkernel/CMakeLists.txt |
Commit Details:
Full Hash: 7bb90a06e19ec8966f1400931e2111754ff1a1bd
Parent Commit: a9001ad
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)