Blender Git Commit Log

Git Commits -> Revision 1aa2619

January 19, 2015, 19:25 (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: 1aa26190d505d340ed4764f091f64c03adc205a7
Parent Commit: fec5c9e
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