Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> temp-vse-thumbnail-mod
"Temp-vse-thumbnail-mod" branch
Total commits : 10
Total committers : 2
First Commit : September 7, 2021
Latest Commit : September 17, 2021
Commits by Date
Date | Number of Commits | |
---|---|---|
September 17, 2021 | 1 | |
September 16, 2021 | 2 | |
September 15, 2021 | 4 | |
September 14, 2021 | 1 | |
September 13, 2021 | 0 | |
September 12, 2021 | 0 | |
September 11, 2021 | 0 | |
September 10, 2021 | 0 | |
September 9, 2021 | 0 | |
September 8, 2021 | 1 | |
September 7, 2021 | 1 |
Committers
Author | Number of Commits |
---|---|
Richard Antalik | 9 |
Aditya Y Jeppu | 1 |
Popular Files
Filename | Total Edits |
---|---|
sequencer_draw.c | 9 |
render.c | 5 |
space_sequencer.c | 4 |
image_cache.c | 3 |
SEQ_render.h | 3 |
view2d_ops.c | 2 |
DNA_sequence_types.h | 2 |
DNA_space_types.h | 2 |
versioning_300.c | 2 |
wm_jobs.c | 1 |
Latest commits
September 17, 2021, 03:32 (GMT) |
Fix "guaranteed" images not loading. Add `SEQ_FLAG_SKIP_THUMBNAILS` flag to signify that strip did not produce thumbnail and so should be skipped when drawing. |
September 16, 2021, 04:13 (GMT) |
Minor cleanup and tweaks |
September 16, 2021, 01:07 (GMT) |
Fix flickering when navigation ends |
September 15, 2021, 22:53 (GMT) |
Set `V2D_IS_NAVIGATING` flag when zooming with scrollbars |
September 15, 2021, 22:36 (GMT) |
Fix alpha on overlap for float images |
September 15, 2021, 22:27 (GMT) |
Finish reusable frame implementation |
September 15, 2021, 15:05 (GMT) |
WIP - Render set of thumbnails that are "guaranteed" to exist. They are not really guaranteed though, just very likely to exist. Also math is incorrect when handle is extended beyond content, which is not too nice |
September 14, 2021, 22:24 (GMT) |
wip - reuse thumbnails when scaling |
September 8, 2021, 15:54 (GMT) |
Include changes from P2373 |
September 7, 2021, 22:23 (GMT) |
VSE strip thumbnails The goal is to provide thumbnails in the rectangle coloured strips. Works for movie clips and image sequences. The thumbnails are loaded from source using separate thread and stores them in cache. The drawing is called inside the drawing for each strip, and takes images from cache. Drawing is below the handles from one end of strip to other, inside view only. The job for caching is called when images are not available, or there is view change. All strip operations are valid, and overlap of strip adds transparency to the image. Images are shown only when strip size is wide enough for clear visibility of images, and the thumbnails represent source footage clearly. Cache is limited to 5000 thumbnails and performs cleanup of non visible images when limit crossed. Related Task : T89143 Maniphest Tasks: T89143 Differential Revision: https://developer.blender.org/D12266 |
MiikaHweb - Blender Git Statistics v1.06