Blender Git Commit Log
Git Commits -> Revision 21a3dd7
Revision 21a3dd7 by Aditya Y Jeppu (soc-2021-vse-strip-thumbnails) June 27, 2021, 14:01 (GMT) |
Combined caching and thumbnail drawing code Involves modification to the image rendering, caching and drawing. The thumbs are fixed to 256 max size, the caching is limited in number and the overall look of the thumbnails is proper (no incorrect clipping). Maniphest task : T89143 Differential Revision: https://developer.blender.org/D11718 |
Commit Details:
Full Hash: 21a3dd756abda33746bd5ef57a3cc37cf5494009
Parent Commit: 9f5d9c1
Lines Changed: +50, -88
5 Modified Paths:
/source/blender/editors/space_sequencer/sequencer_draw.c (+12, -13) (Diff)
/source/blender/sequencer/intern/image_cache.c (+11, -11) (Diff)
/source/blender/sequencer/intern/image_cache.h (+2, -2) (Diff)
/source/blender/sequencer/intern/render.c (+23, -60) (Diff)
/source/blender/sequencer/SEQ_render.h (+2, -2) (Diff)
/source/blender/sequencer/intern/image_cache.c (+11, -11) (Diff)
/source/blender/sequencer/intern/image_cache.h (+2, -2) (Diff)
/source/blender/sequencer/intern/render.c (+23, -60) (Diff)
/source/blender/sequencer/SEQ_render.h (+2, -2) (Diff)