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>2020-06-19 09:17:07 +0300
committerJeroen Bakker <jeroen@blender.org>2020-06-19 15:45:55 +0300
commit28d77f9354de9c916921b36be4edc433b86fe29d (patch)
tree1067765f63845cb648989478d1a9e35f6ecf7898 /source/blender/compositor/intern
parent90010c3e042a480a88bf8b12205f02ae47c7ddc0 (diff)
Performance: Never draw channels region during playback
Channels aren't visually changed by playing back an animation so there is no need to do this. As rendering channels is using a lot of logic (filtering animation data, converting fcurves to samples etc) it has an noticeable overhead. This change has no functional limitation. Users are still able to do everything during animation playback. There are other mechanisms in place that take care of that. Spring 02_020_A.anim.blend went from 11.8 to 12.0 on a Ryzen 1700. I didn't test with scenes but it should be more noticeable with more complex scenes. Reviewed By: Brecht van Lommel Differential Revision: https://developer.blender.org/D8073
Diffstat (limited to 'source/blender/compositor/intern')
0 files changed, 0 insertions, 0 deletions