Blender Git Commit Log
Git Commits -> Revision 33145dd
Revision 33145dd by Jeroen Bakker (master) February 12, 2021, 06:53 (GMT) |
Fix T79999: Double color management applied during viewport animation render In 2.81 there was a change to increase the performance of viewport animation rendering. This change would perform the color management on the GPU if the only 8bit was needed. This saved CPU cycles and data transfer. The issue is that in the image editor or when saving the image the CM will be reapplied. Although the speed is desired, exporting the actual colors has more priority. In the ticket there is an analysis that shows that shows that this fix is the correct short term step to take. It would be better that the render result is aware of the color space of its buffers so the applying color management could be skipped when saving to disk or drawing in the image editor. The issue with this change is the performance penalty it has. Reviewed By: Brecht van Lommel Maniphest Tasks: T79999 Differential Revision: https://developer.blender.org/D10371 |
Commit Details:
Full Hash: 33145dd187e30916f4ebae81ca0540b9c325b480
Parent Commit: c10ad8e
Lines Changed: +2, -5
1 Modified Path:
/source/blender/editors/render/render_opengl.c (+2, -5) (Diff)