Blender Git Commit Log

Git Commits -> Revision bb182d1

Revision bb182d1 by Lukas Toenne (hair_system, testbuild)
July 25, 2014, 17:31 (GMT)
Change of the hair DNA data to use an array of arrays, instead of
flattening all the points into a single array.

The latter would be better for some algorithms and memory conherence,
but for frequent access we would copy to acceleration structures anyway.
Using double arrays is much nicer for access and modification by tools.

Commit Details:

Full Hash: bb182d11647762e6db7a59e9630d7aad17336d80
Parent Commit: 42e2073
Lines Changed: +144, -21

3 Modified Paths:

/source/blender/blenkernel/BKE_hair.h (+12, -1) (Diff)
/source/blender/blenkernel/intern/hair.c (+126, -14) (Diff)
/source/blender/makesdna/DNA_hair_types.h (+6, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021