Blender Git Loki
Git Commits -> Revision 4de6d54
February 27, 2006, 21:38 (GMT) |
Fix for bug #3967. It still needs some work but at least now it doesn't crash. Basically it changed composit3_pixel_processor so that its using full vector instead of first element (fac variable in the code). In reality though its just pushing where its looking at the first element of the vector to another function (do_mix_rgb) which is calling ramp_blend with fac[0]. Kent |
Commit Details:
Full Hash: 4de6d54eec9dfd6d111f8bccc639d8c08900ff2a
SVN Revision: 6938
Parent Commit: 4764cbe
Lines Changed: +7, -9
1 Modified Path:
/source/blender/blenkernel/intern/node_composite.c (+7, -9) (Diff)