Blender Git Loki
Git Commits -> Revision 271231f
Revision 271231f by Richard Antalik (master) March 18, 2020, 23:24 (GMT) |
VSE: Strip drawing improvements This patch include changes: - Thicker and clearer selection indication - Slimmer handles - More transparent muted strips - Trim frame number is drawn inside the strip - Strip text is drawn in upper part of strip - Color strips now have specific color, with chosen color drawn under strip text - Transition strip will use color of input strips showing direction of transition - Selecting effect strip will highlight input strips - Selecting multicam strips will highlight target channel - Missing media state is now indicated by a red line drawn on the top part of the strip - A checkerboard pattern is now drawn on the outsides of the meta range - Hold still regions are now always drawn if existent, with a darker shade of the strip?s background color Author: Alessio Monti di Sopra <a.monti> Reviewed By: ISS Differential Revision: https://developer.blender.org/D6883 |
Commit Details:
Full Hash: 271231f58ee376b576d72e3ecdb68899bb84d724
Parent Commit: 348d2fa
Lines Changed: +555, -370
12 Modified Paths:
/release/datafiles/userdef/userdef_default_theme.c (+6, -2) (Diff)
/release/scripts/presets/interface_theme/blender_light.xml (+5, -2) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+0, -8) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+4, -0) (Diff)
/source/blender/editors/include/UI_resources.h (+3, -1) (Diff)
/source/blender/editors/interface/resources.c (+9, -3) (Diff)
/source/blender/editors/space_sequencer/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+504, -347) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_select.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+18, -3) (Diff)
/release/scripts/presets/interface_theme/blender_light.xml (+5, -2) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+0, -8) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+4, -0) (Diff)
/source/blender/editors/include/UI_resources.h (+3, -1) (Diff)
/source/blender/editors/interface/resources.c (+9, -3) (Diff)
/source/blender/editors/space_sequencer/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+504, -347) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_select.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+18, -3) (Diff)