Merge branch 'blender-v4.3-release'
This commit is contained in:
@@ -556,12 +556,12 @@ const bTheme U_theme_default = {
|
||||
.keytype_breakdown = RGBA(0xb3dbe8ff),
|
||||
.keytype_jitter = RGBA(0x94e575ff),
|
||||
.keytype_movehold = RGBA(0x808080ff),
|
||||
.keytype_generated = RGBA(0x585858ff),
|
||||
.keytype_keyframe_select = RGBA(0xffbe33ff),
|
||||
.keytype_extreme_select = RGBA(0xf28080ff),
|
||||
.keytype_breakdown_select = RGBA(0x54bfedff),
|
||||
.keytype_jitter_select = RGBA(0x61c042ff),
|
||||
.keytype_movehold_select = RGBA(0xffaf23ff),
|
||||
.keytype_generated = RGBA(0x585858ff),
|
||||
.keytype_generated_select = RGBA(0xa28962ff),
|
||||
.keyborder = RGBA(0x000000ff),
|
||||
.keyborder_select = RGBA(0x000000ff),
|
||||
@@ -667,16 +667,6 @@ const bTheme U_theme_default = {
|
||||
.time_scrub_background = RGBA(0x121212ff),
|
||||
.time_marker_line = RGBA(0xffffff4d),
|
||||
.time_marker_line_selected = RGBA(0xffffffb3),
|
||||
.vertex_size = 3,
|
||||
.outline_width = 1,
|
||||
.facedot_size = 4,
|
||||
.active_strip = RGBA(0xffffffff),
|
||||
.selected_strip = RGBA(0xff8f0dff),
|
||||
.gp_vertex_size = 3,
|
||||
.gp_vertex_select = RGBA(0xff8500ff),
|
||||
.row_alternate = RGBA(0xffffff05),
|
||||
.anim_preview_range = RGBA(0xa14d0066),
|
||||
.metadatatext = RGBA(0xffffffff),
|
||||
.keytype_keyframe = RGBA(0xbfbfbfff),
|
||||
.keytype_extreme = RGBA(0xe8b3ccff),
|
||||
.keytype_breakdown = RGBA(0xb3dbe8ff),
|
||||
@@ -691,6 +681,9 @@ const bTheme U_theme_default = {
|
||||
.keytype_generated_select = RGBA(0xa28962ff),
|
||||
.keyborder = RGBA(0x000000ff),
|
||||
.keyborder_select = RGBA(0x000000ff),
|
||||
.vertex_size = 3,
|
||||
.outline_width = 1,
|
||||
.facedot_size = 4,
|
||||
.movie = RGBA(0x6282a3ff),
|
||||
.movieclip = RGBA(0x8f6e56ff),
|
||||
.mask = RGBA(0x8f5656ff),
|
||||
@@ -702,6 +695,13 @@ const bTheme U_theme_default = {
|
||||
.meta = RGBA(0x7b995cff),
|
||||
.text_strip = RGBA(0x9f926fff),
|
||||
.color_strip = RGBA(0x99995cff),
|
||||
.active_strip = RGBA(0xffffffff),
|
||||
.selected_strip = RGBA(0xff8f0dff),
|
||||
.gp_vertex_size = 3,
|
||||
.gp_vertex_select = RGBA(0xff8500ff),
|
||||
.row_alternate = RGBA(0xffffff05),
|
||||
.anim_preview_range = RGBA(0xa14d0066),
|
||||
.metadatatext = RGBA(0xffffffff),
|
||||
},
|
||||
.space_image = {
|
||||
.back = RGBA(0x30303000),
|
||||
@@ -897,7 +897,7 @@ const bTheme U_theme_default = {
|
||||
.nodeclass_attribute = RGBA(0x001566ff),
|
||||
.node_zone_simulation = RGBA(0x66416233),
|
||||
.node_zone_repeat = RGBA(0x76512f33),
|
||||
.node_zone_foreach_geometry_element = RGBA(0x33527F33),
|
||||
.node_zone_foreach_geometry_element = RGBA(0x33527f33),
|
||||
.movie = RGBA(0x0f0f0fcc),
|
||||
.gp_vertex_size = 3,
|
||||
.gp_vertex = RGBA(0x97979700),
|
||||
|
||||
Reference in New Issue
Block a user