Blender Git Commit Log
Git Commits -> Revision 16f8444
Revision 16f8444 by Bastien Montagne (master) January 11, 2016, 16:01 (GMT) |
Fix T47147: small particles incorrectly rendered as large particles (particle size influenced by texture). In fact, code would behave strangely here with any negative value, applying a 'wrapped positive clamping' (comes from original 2.5 commit feature, rBfafbd9d71b95776d1c7583476de74fccefab7f10)... This commit is conservative - it keeps same behavior for all particle properties affected by textures, except for size and length, where we apply a real [0, 1] clamping. Easy to change in future in case new odd cases popup. |
Commit Details:
Full Hash: 16f8444d9d64967331e1a386ecc676b464869428
Parent Commit: 8d9ffa1
Lines Changed: +14, -9
1 Modified Path:
/source/blender/blenkernel/intern/particle.c (+14, -9) (Diff)