Blender Git Loki
Git Commits -> Revision c230691
Revision c230691 by Lukas Toenne (master) January 20, 2015, 08:30 (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: c2306919b7cafdf4dbca876a4fea2f9f0681ef78
Parent Commit: 7f21913
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)
/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)