UI: Theme: Remove "Active Spline" theme property
In 3D Viewport theme settings there is "Active Spline" property, which behaves weirdly. Color of that property is multiplied to color of curve handles. Even though it says active, it's multiplied in selected and unselected states, for all curves all the time. That doesn't make much sense, has no real value, and ends up only causing confusion. Having this property on anything but pure black means that whatever colors you choose for curve handles in Preferences isn't actually what you're getting them. If color is set to high-saturation color it completely washes away all colors and makes it difficult to differentiate between handle types. I think there is no reason for this property to exist, so this PR just removes that property. Pull Request: https://projects.blender.org/blender/blender/pulls/145360
This commit is contained in:
committed by
Nika Kutsniashvili
parent
f8d2a3af38
commit
1067112c11
@@ -413,7 +413,6 @@ const bTheme U_theme_default = {
|
||||
.time_gp_keyframe = RGBA(0x7a9b14ff),
|
||||
.nurb_uline = RGBA(0x909000ff),
|
||||
.nurb_vline = RGBA(0x803060ff),
|
||||
.act_spline = RGBA(0xdb2512ff),
|
||||
.nurb_sel_uline = RGBA(0xf0ff40ff),
|
||||
.nurb_sel_vline = RGBA(0xf090a0ff),
|
||||
.vertex_size = 3,
|
||||
|
||||
Reference in New Issue
Block a user