Blender Git Loki
Git Commits -> Revision 2cccdd1
Revision 2cccdd1 by Lukas Toenne (master) October 29, 2013, 14:48 (GMT) |
Fix for particle texture influence bug causing undefined (nan) values: When using a texture with "Particles/Strands" coordinates that in turn has a "Lifetime" influence on the particles, the texture eval accesses the particle lifetime/dietime data before it is actually defined! This is a design flaw, but to avoid corrupted data for now just initialize the lifetime/dietime values for particles in advance before evaluating the texture. |
Commit Details:
Full Hash: 2cccdd1678c3813a00e319e5f0b82919f7397153
SVN Revision: 60989
Parent Commit: 56cf901
Lines Changed: +6, -0
1 Modified Path:
/source/blender/blenkernel/intern/particle_system.c (+6, -0) (Diff)