Blender Git Commit Log

Git Commits -> Revision 7e88688

January 19, 2015, 19:26 (GMT)
Optional clumping noise feature for simulating twisted hair strands.

This adds another level of clumping on child hairs. When enabled, child
hairs chose a secondary clumping target using a Voronoi pattern. This
adds visual detail on a smaller scale, which is useful particularly when
the number of parents is relatively small.

Natural fibres behave in a similar way when they become sticky and
intertwined. Hairs close to each other form a first twisted strand, then
combine into larger strands. Similar features can be found in ropes:
http://en.wikipedia.org/wiki/Hair_twists
http://en.wikipedia.org/wiki/Rope

Conflicts:
source/blender/blenloader/intern/versioning_270.c

Commit Details:

Full Hash: 7e88688a00ee239373be491449b2e31b2a78e799
Parent Commit: 29fce56
Lines Changed: +131, -40

7 Modified Paths:

/release/scripts/startup/bl_ui/properties_particle.py (+5, -0) (Diff)
/source/blender/blenkernel/BKE_particle.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/particle.c (+52, -23) (Diff)
/source/blender/blenkernel/intern/particle_child.c (+46, -15) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+7, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+8, -1) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+12, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021