Blender Git Commit Log

Git Commits -> Revision 5cebcb4

Revision 5cebcb4 by Falk David (master)
September 29, 2021, 12:34 (GMT)
VSE: Add color tags to strips

This patch adds color tags to VSE strips, an overlay option to toggle the colors
on and off, a section in the theme settings to define the 9 possible colors and
two ways of changing the color tag through the UI. You can change the color
through the right-click context menu, or in the strip side panel next to the
strip name.

Color tags are defined in user preferences and they can be disabled in overlay
settings.

Reviewed By: campbellbarton, ISS

Differential Revision: https://developer.blender.org/D12405

Commit Details:

Full Hash: 5cebcb415e76aaff74bc03c66414aa93b5c90e70
Parent Commit: ffb9577
Committed By: Richard Antalik
Lines Changed: +418, -62

22 Modified Paths:

/release/datafiles/userdef/userdef_default_theme.c (+29, -0) (Diff)
/release/scripts/startup/bl_ui/space_sequencer.py (+57, -1) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+20, -0) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+39, -12) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+2, -1) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+6, -0) (Diff)
/source/blender/editors/include/UI_icons.h (+10, -0) (Diff)
/source/blender/editors/interface/interface_icons.c (+40, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+75, -44) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+35, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_intern.h (+6, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_ops.c (+2, -0) (Diff)
/source/blender/editors/space_sequencer/space_sequencer.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+20, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+34, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+24, -0) (Diff)
/source/blender/makesrna/RNA_enum_items.h (+1, -0) (Diff)
/source/blender/sequencer/intern/sequencer.c (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021