Blender Git Loki
Git Commits -> Revision ebf18c6
Revision ebf18c6 by Sergey Sharybin (master) February 8, 2013, 16:25 (GMT) |
Corrections to alpha pipeline do_versions Basically they're aimed to solve issues when scene with sky was used for compositing. If compo used alpha output result of current trunk would be completely different form hwo it was before. Two heuristics here: - If there's no world or world color is black, it completely equals to straight alpha mode, no further magic is needed to preserve compatibility - If scene is used as Render Layer node and something is connected to Alpha output of this node, ensure alpha mode for this scene is set to Premultiplied. Basically it shall give better compatibility and make 4K mango project just happy! :) |
Commit Details:
Full Hash: ebf18c6df927c0075dcc9057cf1774309d56464e
SVN Revision: 54395
Parent Commit: e092115
Lines Changed: +46, -0