Blender Git Loki
Git Commits -> Revision 6621546
July 6, 2016, 14:34 (GMT) |
Store a copy of the strand roots array in the strand edit data. This will allow the edit mode to display render strands as well. The roots may later be re-scattered or otherwise modified during editing, and are eventually copied back to the Strands data when applying edits. |
Commit Details:
Full Hash: 6621546d0c2ed57dfb26681b878d45b75f257506
Parent Commit: 48da262
Lines Changed: +37, -10
6 Modified Paths:
/source/blender/blenkernel/BKE_editstrands.h (+6, -1) (Diff)
/source/blender/blenkernel/intern/editstrands.c (+11, -1) (Diff)
/source/blender/editors/hair/hair_object_mesh.c (+1, -1) (Diff)
/source/blender/editors/hair/hair_object_particles.c (+1, -1) (Diff)
/source/blender/editors/hair/hair_object_strands.c (+9, -5) (Diff)
/source/blender/editors/hair/hair_undo.c (+9, -1) (Diff)
/source/blender/blenkernel/intern/editstrands.c (+11, -1) (Diff)
/source/blender/editors/hair/hair_object_mesh.c (+1, -1) (Diff)
/source/blender/editors/hair/hair_object_particles.c (+1, -1) (Diff)
/source/blender/editors/hair/hair_object_strands.c (+9, -5) (Diff)
/source/blender/editors/hair/hair_undo.c (+9, -1) (Diff)