Blender Git Commit Log

Git Commits -> Revision b4af705

Revision b4af705 by Pablo Vazquez (master)
November 5, 2021, 14:06 (GMT)
VSE: Remove separator lines between rows

The VSE grid theme setting is currently used for two things:

* Indicate time intervals (vertical lines)
* As separator between channels (horizontal lines)

This adds visual noise because for the time interval to be visible, the
grid color needs to be bright, resulting in a rectangle-grid backdrop.

Recently, the VSE got a theme setting to customize alternate-row background color.
This should be sufficient to tell the channels apart without the need for a line in between.

Additionally, this patch makes the VSE background use the theme setting as-is,
without hard-coded darkening, to ease the tweaking of themes. This aligns the style
of the VSE backdrop with the rest of Blender (Outliner rows, File Browser, Spreadsheet,
Info and animation editors).

Related reports: T92581
Related task: T92792

#### Before
{F11680317, size=full}

#### After
{F11694981, size=full}

Reviewed By: #user_interface, Severin

Maniphest Tasks: T92581

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

Commit Details:

Full Hash: b4af70563ff181bd7567a4f18af4a050f430dbe9
Parent Commit: da97859
Lines Changed: +5, -18

2 Modified Paths:

/release/datafiles/userdef/userdef_default_theme.c (+2, -2) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+3, -16) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021