Blender Git Commit Log
Git Commits -> Revision 9f835cc
Revision 9f835cc by Lukas Toenne (gooseberry, gooseberry_farm, temp_constraint_volume, temp_hair_modifiers, temp_motionpaths) January 9, 2015, 13:24 (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: 9f835cc10ed7325efc0894bb48856fa236e3973c
Parent Commit: 8c99bf9
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)
/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)