Blender Git Commit Log

Git Commits -> Revision c86d55d

Revision c86d55d by Lukas Toenne (master)
January 20, 2015, 08:30 (GMT)
Curve-based control for child path tapering.

This is an alternative method to the current fixed function with a
clump factor and "shape" parameter. This function is quite limited and
does not give the desired result in many cases (e.g. long, parallel
rasta strands are problematic). So rather than trying to add more
parameters there is now a fully user-defined optional curve for setting
the tapering shape.

Commit Details:

Full Hash: c86d55d5e77674982a5d1760d8b895bb87af44f5
Parent Commit: 4c82367
Lines Changed: +108, -14

10 Modified Paths:

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