Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2021-02-09 17:24:29 +0300
committerJeroen Bakker <jeroen@blender.org>2021-02-12 10:23:03 +0300
commit837b5743ced83c5dfe724a8285eee504f623dbfb (patch)
tree79bbec19d26587084b03075b8031cb61ae2e1f97 /intern/cycles/blender/addon/operators.py
parent314525b8cfae9ca6a6aab79cd9b7061dda3f2db4 (diff)
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
Diffstat (limited to 'intern/cycles/blender/addon/operators.py')
0 files changed, 0 insertions, 0 deletions