Blender Git Loki
Git Commits -> Revision c0888fa
Revision c0888fa by Lukas Toenne (gooseberry, gooseberry_farm, temp_constraint_volume, temp_hair_modifiers, temp_motionpaths) January 12, 2015, 15:03 (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 |
Commit Details:
Full Hash: c0888fa7c190a8355eec36c746ca5413e3e45c79
Parent Commit: 3b1186a
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)