Blender Git Loki
Git Commits -> Revision 9bf7633
Revision 9bf7633 by Lukas Toenne (master) January 20, 2015, 08:30 (GMT) |
Spiral kink mode for particles. This is BAD code, but the particle kinking does not make it easy to write a non-local modifier that requires neighboring positions, curvature, etc. The feature is needed for Gooseberry. |
Commit Details:
Full Hash: 9bf763393603a987aa95033b2da78cea501d699b
Parent Commit: c230691
Lines Changed: +196, -108
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_particle.py (+16, -8) (Diff)
/source/blender/blenkernel/intern/particle.c (+90, -85) (Diff)
/source/blender/blenkernel/intern/particle_child.c (+81, -10) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+8, -5) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/particle.c (+90, -85) (Diff)
/source/blender/blenkernel/intern/particle_child.c (+81, -10) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+8, -5) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+1, -0) (Diff)