Blender Git Commit Log
Git Commits -> Revision 04acfab
Revision 04acfab by Richard Antalik (temp-vse-h264-proxy) March 16, 2021, 11:25 (GMT) |
VSE: Automatic proxy building Add `Proxy Setup` enum to user preferences with 3 choices: Manual, For Added strips and Automatic. With `For Added strips` Only build proxies when adding movie strips. With `Automatic` setting, proxies are built when preview size changes as well. TODO: - Decide what to do when workspace has multiple previews with different preview sizes. See `seq_get_preview_size()` - Solution may be to change current design to allow only one size or just build multiple sizes. Additional possible improvements: - Cancel running job if preview size is changed while building proxies - Use proxy of different size while building proxies for new size. it would be best to do after some refactoring, so in separate patch. ref T85469 Maniphest Tasks: T85469 Differential Revision: https://developer.blender.org/D10363 |
Commit Details:
Full Hash: 04acfab4ad3dda3f675b0376d799a368ca5b67da
Parent Commit: 06c4a97
Lines Changed: +307, -100
1 Added Path:
/source/blender/sequencer/intern/proxy_job.c (+121, -0) (View)
11 Modified Paths:
/release/datafiles/userdef/userdef_default.c (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+4, -0) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+2, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_add.c (+57, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_proxy.c (+5, -84) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+47, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+22, -0) (Diff)
/source/blender/sequencer/CMakeLists.txt (+1, -0) (Diff)
/source/blender/sequencer/intern/proxy.c (+29, -14) (Diff)
/source/blender/sequencer/SEQ_proxy.h (+11, -0) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+4, -0) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+2, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_add.c (+57, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_proxy.c (+5, -84) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+47, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+22, -0) (Diff)
/source/blender/sequencer/CMakeLists.txt (+1, -0) (Diff)
/source/blender/sequencer/intern/proxy.c (+29, -14) (Diff)
/source/blender/sequencer/SEQ_proxy.h (+11, -0) (Diff)