Blender Git Loki
Git Commits -> Revision 71dd6e2
Revision 71dd6e2 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) October 3, 2014, 14:46 (GMT) |
Guide hair drawing for hair particles. Without this the particle system only shows the actual non-simulated hairs ("guide hairs") during edit mode. These hairs are used for goals as well, so showing them in the regular viewport is pretty important. Also the usual hair curves are interpolated along the entire length, which makes it very difficult to see exact vertex positions, unless using exact powers of 2 for the segment number and match the display steps. |
Commit Details:
Full Hash: 71dd6e2ada7eefef6cf5bef11dff8795b9bb71b4
Parent Commit: 98caf93
Lines Changed: +81, -34
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_particle.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/particle.c (+24, -14) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+28, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+23, -20) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+5, -0) (Diff)
/source/blender/blenkernel/intern/particle.c (+24, -14) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+28, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+23, -20) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+5, -0) (Diff)