Blender Git Commit Log

Git Commits -> Revision c8a7cd4

April 9, 2015, 07:57 (GMT)
Store child strand curves alongside the parent strands in dupli object
data.

Child strands have their own struct type for vertices and curves to
avoid unnecessary overhead (parent curves store a full 3x3 matrix after
all).

Child strands may be constructed from particle pathcaches, or read from
curves data in alembic files.

Commit Details:

Full Hash: c8a7cd4266c3942bf75baebda9219f3ce8daa9db
Parent Commit: 6142df6
Lines Changed: +129, -23

6 Modified Paths:

/source/blender/blenkernel/BKE_anim.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/object_dupli.c (+59, -2) (Diff)
/source/blender/editors/space_view3d/drawstrands.c (+61, -19) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+2, -1) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_object_types.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021