Blender Git Commit Log

Git Commits -> Revision ffde74a

Revision ffde74a by Sergey Sharybin (master)
February 15, 2018, 10:53 (GMT)
Simple hair children: Initial implementation of twist control

It allows to have children hair to be twisted around parent curve, which is
quite an essential feature when creating hair braids.

There are currently two controls:

- Number of turns around parent children.
- Influence curve, which allows to modify "twistness" along the strand.

Commit Details:

Full Hash: ffde74a878882618ab4d4179ba8dd9b98aab15e2
Parent Commit: bb3efe6
Lines Changed: +172, -0

12 Modified Paths:

/release/scripts/startup/bl_ui/properties_particle.py (+6, -0) (Diff)
/source/blender/blenkernel/BKE_particle.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/particle.c (+26, -0) (Diff)
/source/blender/blenkernel/intern/particle_child.c (+87, -0) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+3, -0) (Diff)
/source/blender/blenkernel/intern/smoke.c (+2, -0) (Diff)
/source/blender/blenkernel/particle_private.h (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+3, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+32, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021