Blender Git Loki
Git Commits -> Revision ab84803
Revision ab84803 by Lukas Toenne (temp_merge_gooseberry_hair) January 19, 2015, 17:22 (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. Conflicts: source/blender/blenkernel/intern/particle.c |
Commit Details:
Full Hash: ab848035b024fc5b8a720a98ab3f6ef0b45bbbe0
Parent Commit: 646e465
Lines Changed: +66, -21
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_particle.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/particle.c (+9, -1) (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 (+9, -1) (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)