Blender Git Commit Log
Git Commits -> Revision 319bd88
Revision 319bd88 by Jeroen Bakker (asset-browser, asset-browser-poselib, temp-pose-flipping-fix-attempt) June 11, 2021, 14:31 (GMT) |
Sequencer: Do not redraw during playback. When using large sequences including audio the drawing of the audio on top of the strip takes a lot of time. This effects the playback performance heavily. During the animation playback performance there was a solution for this by only drawing the playhead overlay. This was reverted for the sequence editor as it didn't update the color strips when they were animated. This patch checks if there are animated color strips if so the full screen is redrawn, otherwise only the playhead is redrawn. Reviewed By: ISS Differential Revision: https://developer.blender.org/D11580 |
Commit Details:
Full Hash: 319bd88e18c68cd33b9864ae24b1209f849a056c
Parent Commit: 1ad2ad6
Committed By: Sybren A. Stüvel
Lines Changed: +80, -33