July 1, 2021, 12:00 (GMT) |
Merge branch 'master' into soc-2021-vse-strip-thumbnails |
June 29, 2021, 11:52 (GMT) |
Changed ordering of drawing function in draw_seq_strip |
June 29, 2021, 08:45 (GMT) |
Merge branch 'master' into soc-2021-vse-strip-thumbnails |
June 28, 2021, 13:29 (GMT) |
Added changes specified in comments - D11718 |
June 28, 2021, 13:27 (GMT) |
Merge branch 'master' into soc-2021-vse-strip-thumbnails |
June 28, 2021, 13:25 (GMT) |
Merge branch 'soc-2021-vse-strip-thumbnails' of git.blender.org:blender into 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 |
June 27, 2021, 13:09 (GMT) |
Thumbnail Code Cleanup Improved from the hacky way of cropping using the same process for scaling to thumb size to using dedicated IMB_rect_crop method. Cleaned up unnecessary code and variables. |
June 27, 2021, 04:44 (GMT) |
Merge branch 'master' into soc-2021-vse-strip-thumbnails |
June 26, 2021, 18:21 (GMT) |
Strip thumbnail drawing Fix : Thumbnails crop to exact width of strip The end thumbnails crop to the exact left and right edges of the strip. The previous version had poor clipping of thumbnails. |
June 26, 2021, 18:20 (GMT) |
Merge branch 'master' into soc-2021-vse-strip-thumbnails |
June 24, 2021, 18:30 (GMT) |
Merge branch 'master' into soc-2021-vse-strip-thumbnails |
June 24, 2021, 18:26 (GMT) |
Cache limit : Set a limit of 1000 thumbs that can be cached giving around 160MB of memory for thumbs. Once the limit is reached, all cached thumbs before and after the current view x limits are removed. |
June 23, 2021, 12:23 (GMT) |
Merge branch 'master' into soc-2021-vse-strip-thumbnails |
June 22, 2021, 17:43 (GMT) |
Pushed all thumbnail rendering and caching code to new function. Cleaned up all conditions using context->is_thumb. |
June 22, 2021, 12:37 (GMT) |
Cleanup : Fixed the thumbnail size to max 256 for any dimension. Removed scaling and cropping from UI - hard scale to match result dimensions and no crop. Removed any further preprocessing as the thumbnails should represent original source footage. any rotation or tranform could confuse users as to what the strip original footage was. |
June 22, 2021, 09:51 (GMT) |
Merge branch 'master' into soc-2021-vse-strip-thumbnails |
June 20, 2021, 14:31 (GMT) |
Merge branch 'master' into soc-2021-vse-strip-thumbnails |
June 20, 2021, 14:30 (GMT) |
Thumbnail Cache fix : thumbs get loaded and not cleared when preview on |
June 19, 2021, 17:22 (GMT) |
Merge branch 'master' into soc-2021-vse-strip-thumbnails |
|