Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Antalik <richardantalik@gmail.com>2020-03-19 02:24:09 +0300
committerRichard Antalik <richardantalik@gmail.com>2020-03-19 02:24:09 +0300
commit271231f58ee376b576d72e3ecdb68899bb84d724 (patch)
treee0a9021e6a9ad43470b829c789051445a028d033 /release
parent348d2fa09e0c01d62372f5999b62d06ac3b810f9 (diff)
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
Diffstat (limited to 'release')
-rw-r--r--release/datafiles/userdef/userdef_default_theme.c8
-rw-r--r--release/scripts/presets/interface_theme/blender_light.xml7
2 files changed, 11 insertions, 4 deletions
diff --git a/release/datafiles/userdef/userdef_default_theme.c b/release/datafiles/userdef/userdef_default_theme.c
index f87e6e9d86d..cc03d870137 100644
--- a/release/datafiles/userdef/userdef_default_theme.c
+++ b/release/datafiles/userdef/userdef_default_theme.c
@@ -641,13 +641,17 @@ const bTheme U_theme_default = {
.facedot_size = 4,
.movie = RGBA(0x4d6890ff),
.movieclip = RGBA(0x8f4c4cff),
+ .mask = RGBA(0x666666ff),
.image = RGBA(0x8f744bff),
.scene = RGBA(0x828f50ff),
.audio = RGBA(0x4c8f8fff),
- .effect = RGBA(0x598f4cff),
+ .effect = RGBA(0x514a73ff),
.transition = RGBA(0x8f4571ff),
.meta = RGBA(0x5b4d91ff),
.text_strip = RGBA(0x824c8fff),
+ .color_strip = RGBA(0x8f8f8fff),
+ .active_strip = RGBA(0xd9d9d9ff),
+ .selected_strip = RGBA(0xff8f0dff),
.gp_vertex_size = 3,
.gp_vertex_select = RGBA(0xff8500ff),
.anim_preview_range = RGBA(0xa14d0066),
@@ -810,6 +814,7 @@ const bTheme U_theme_default = {
.vertex_size = 3,
.outline_width = 1,
.facedot_size = 4,
+ .grid_levels = 2,
.syntaxl = RGBA(0x565656ff),
.syntaxs = RGBA(0x975b5bff),
.syntaxb = RGBA(0xccb83dff),
@@ -827,7 +832,6 @@ const bTheme U_theme_default = {
.nodeclass_pattern = RGBA(0x6c696fff),
.nodeclass_layout = RGBA(0x6c696fff),
.movie = RGBA(0x1a1a1acc),
- .grid_levels = 2,
.gp_vertex_size = 3,
.gp_vertex = RGBA(0x97979700),
.gp_vertex_select = RGBA(0xff8500ff),
diff --git a/release/scripts/presets/interface_theme/blender_light.xml b/release/scripts/presets/interface_theme/blender_light.xml
index 89c88757852..fb0f730fa6e 100644
--- a/release/scripts/presets/interface_theme/blender_light.xml
+++ b/release/scripts/presets/interface_theme/blender_light.xml
@@ -779,10 +779,13 @@
image_strip="#8f744b"
scene_strip="#828f50"
audio_strip="#4c8f8f"
- effect_strip="#598f4c"
- transition_strip="#8f4571"
+ effect_strip="#4c456c"
meta_strip="#5b4d91"
+ mask_strip="#8f5656"
text_strip="#824c8f"
+ color_strip="#8f8f8f"
+ active_strip="#d9d9d9"
+ selected_strip="#ff6a00"
frame_current="#5680c2"
time_scrub_background="#292929e6"
keyframe="#ff8500"