Blender Git Commit Log

Git Commits -> Revision 587b518

Revision 587b518 by Lukas Toenne (master)
June 23, 2011, 18:59 (GMT)
More flexible size options for particle billboards. This adds scale factors for width and height of billboards, relative to the particle size. It's useful when the particle size is primarily used for collision and the like, so the billboard appearance can be adjusted independently. Also allows non-square billboards.
In addition the billboards can be scaled by the particle velocity with optional head and tail factors (similar to line drawing options). This allows for pseudo-motionblur effects.

Commit Details:

Full Hash: 587b51831d7c7b40ba94eef941fbe4fe91ad8230
SVN Revision: 37760
Parent Commit: e7c6b53
Lines Changed: +112, -21

9 Modified Paths:

/release/scripts/startup/bl_ui/properties_particle.py (+9, -0) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_particle.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/particle.c (+4, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+15, -3) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+28, -4) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+24, -5) (Diff)
/source/blender/render/intern/source/convertblender.c (+28, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021