Blender Git Commit Log

Git Commits -> Revision 685962e

Revision 685962e by Lukas Toenne (hair_system, testbuild)
July 30, 2014, 17:57 (GMT)
Multithreading for hair simulation.

The hair solver now uses the generic task BLI_taskpool implementation
to enable threaded stepping of the simulation. For now the hair data
can very easily be split into tasks, since all hairs are entirely
independent. Later on this becomes more restricted through hair-hair
collisions, but there are some advanced techniques for dealing with it
(static pair pruning etc.)

Commit Details:

Full Hash: 685962e4bbc8bbaaf745c63aba49c8b912ecce43
Parent Commit: c5eaac7
Lines Changed: +116, -32

3 Modified Paths:

/source/blender/hair/HAIR_capi.cpp (+1, -1) (Diff)
/source/blender/hair/intern/HAIR_solver.cpp (+114, -30) (Diff)
/source/blender/hair/intern/HAIR_solver.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021