Blender Git Loki
Git Commits -> Revision 53b8326
Revision 53b8326 by Janne Karhu (master) January 28, 2011, 00:59 (GMT) |
Fix for [#25713] VSE shows and renders wrong straight alpha gradient even after convert to premul is checked * Caching of the start and end stills were just referencing the original imbuf (which got premultiplied after the caching), so as a result most of the time the premul was applied twice. * Now the start and end stills are stored in the cache as duplicates of the original (non modified) imbuf. |
Commit Details:
Full Hash: 53b83262c5ee5a2e71c23a3702cef8eef604f94b
SVN Revision: 34540
Parent Commit: b445467
Lines Changed: +5, -4