Blender Git Commit Log
Git Commits -> Revision 670413d
Revision 670413d by Julian Eisel (temp-gizmo-decoupled-redraws) January 24, 2020, 16:42 (GMT) |
Draw-layers: Get it all to work! Create the framebuffers for caching viewport rendering results, and "composite" all layers together once each is drawn. Compositing is a bit of a big word for this, since we basically just draw all layers on top of each other with alpha blending. After talking with Jeroen, we decided to keep things simple for now, we can add more features (like per-layer color-management) and do small improvements later. |
Commit Details:
Full Hash: 670413d54bde64e57f59775108eb3eea06c2e8de
Parent Commit: f1579f4
Lines Changed: +123, -37