Blender Git Commit Log
Git Commits -> Revision 621870b
Revision 621870b by Jeroen Bakker (pygpu_extensions) February 12, 2021, 15:13 (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: 621870be47e9801033045665d9bc705c4deda10d
Parent Commit: abdd544
Committed By: Germano Cavalcante
Lines Changed: +2, -5
1 Modified Path:
/source/blender/editors/render/render_opengl.c (+2, -5) (Diff)