Blender Git Commit Log

Git Commits -> Revision 408be64

Revision 408be64 by Lukas Toenne (particles_refactor)
April 22, 2014, 09:23 (GMT)
Yet another restructuring effort: Separate the state from the particle
system settings. Attributes can be accessed by name in the state data,
for now this uses plain linear search in a NULL-terminated array, but
can eventually use a hash table for O(1) lookup.

Commit Details:

Full Hash: 408be6417dcf1f8195961b17daba8e54383d94c4
Parent Commit: a5a6bd1
Lines Changed: +244, -124

6 Modified Paths:

/source/blender/blenkernel/BKE_nparticle.h (+4, -1) (Diff)
/source/blender/blenkernel/intern/nparticle.c (+145, -52) (Diff)
/source/blender/blenloader/intern/readfile.c (+6, -7) (Diff)
/source/blender/blenloader/intern/writefile.c (+13, -2) (Diff)
/source/blender/makesdna/DNA_nparticle_types.h (+12, -11) (Diff)
/source/blender/makesrna/intern/rna_nparticle.c (+64, -51) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021