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>2022-02-04 17:28:48 +0300
committerJeroen Bakker <jeroen@blender.org>2022-02-04 17:32:28 +0300
commit2e766ff7624349b65a5d908dc3895ad10b240050 (patch)
treea423c7f8441ca8aaa588544e14043d011faf9859 /readme.rst
parent080dd18cdf8768ff61955d9cb5e5d02de5eb28d2 (diff)
Image Editor: Fix slowdown with 8b colormanaged images.
Byte images are converted to float. Due to an issue how VSE cache is freeing its images we cannot store these float buffers what leads to recalculating it for each change in the image editor. This fix will reduce the slowdown to areas that have the root cause of the memory leak, so the buffers can be reused between refreshes. NOTE: The root cause should still be fixed. Thanks for reporting Sybren!
Diffstat (limited to 'readme.rst')
0 files changed, 0 insertions, 0 deletions