Blender Git Loki
Git Commits -> Revision 173bdfe
Revision 173bdfe by Lukas Toenne (master) January 20, 2015, 08:30 (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: 173bdfe05eba14a4e2cf06c6aed03afe46b24c7d
Parent Commit: acf4506
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)