Aras Pranckevicius aras_p
Aras Pranckevicius pushed to vse_thumb_right_fix at aras_p/blender 2024-07-03 08:43:12 +02:00
d9f7da513d Merge branch 'blender-v4.2-release' into vse_thumb_right_fix
e2b24904c9 Extensions: add buttons to select tags
edd1749e22 Fix #124049: object losing user count in geometry nodes modifier
8718aa5513 Fix: EEVEE: Film: Sub-optimal sampling at lower filter size
04b460317a Fix: EEVEE: Missing diffuse indirect lighting
Compare 14 commits »
Aras Pranckevicius created branch vse_thumb_right_fix in aras_p/blender 2024-07-03 08:27:13 +02:00
Aras Pranckevicius pushed to vse_thumb_right_fix at aras_p/blender 2024-07-03 08:27:13 +02:00
887618d8c5 Fix #123541: VSE thumbnails in some cases are drawn outside of the strip
953b319ea8 Fix #123961: "Only Insert Needed" flag keys objects incorrectly
e3b125f02b RNA: implement equality operator for RNAPath
df6ba6d324 Fix unhandled exception refreshing outdated extensions
4d0c14bed3 OpenGL: Fix read from uninitialized memory
Compare 10 commits »
Aras Pranckevicius created pull request blender/blender#123515 2024-06-20 21:18:01 +02:00
Fix: VSE waveform gets slightly outside rounded corners in "half" style
Aras Pranckevicius created branch vse_waveform_tweak in aras_p/blender 2024-06-20 21:17:04 +02:00
Aras Pranckevicius pushed to vse_waveform_tweak at aras_p/blender 2024-06-20 21:17:04 +02:00
49a082c454 Fix: VSE waveform gets slightly outside rounded corners in "half" style
aba1a2b6c2 Fix: incorrect grouping of UI props for USD export
a4dce75123 VSE: Make waveforms half size by default
abb233dd1e VSE: Update theme colors for strips
eecbe77632 Fix: EEVEE: Light: LTC artifact
Compare 10 commits »
Aras Pranckevicius pushed to main at blender/blender 2024-06-20 13:06:55 +02:00
c059eb73d9 Merge branch 'blender-v4.2-release'
b76a95b8b4 Fix: VSE timeline strip outline readability
a9fe638972 Fix: Cycles runtime compile using outdated HIP parameters
Compare 3 commits »
Aras Pranckevicius deleted branch vse-gaps from aras_p/blender 2024-06-20 13:01:42 +02:00
Aras Pranckevicius pushed to blender-v4.2-release at blender/blender 2024-06-20 13:01:39 +02:00
b76a95b8b4 Fix: VSE timeline strip outline readability
Aras Pranckevicius merged pull request blender/blender#123431 2024-06-20 13:01:38 +02:00
Fix: VSE timeline strip outline readability
Aras Pranckevicius pushed to vse-gaps at aras_p/blender 2024-06-20 12:12:55 +02:00
b66bd34309 Tweak inner darker line opacity to 33%
Aras Pranckevicius pushed to vse-gaps at aras_p/blender 2024-06-20 12:09:32 +02:00
37b142efa3 VSE: No gaps between strips, but make all strips have dark outline
Aras Pranckevicius commented on pull request blender/blender#123431 2024-06-20 10:20:47 +02:00
Fix: VSE timeline strip outline readability

Has it been tested to make the black outlines overlap in-between adjoined strips, to make the distance between the saturated parts of the strips as little as possible, but still separated?

Goo…

Aras Pranckevicius approved blender/blender#123144 2024-06-20 09:58:01 +02:00
Fix #114859: VSE Retiming versioning was broken

Would be nice to actually fix the "speed factor" setting from sound strips in old files, which now is just lost. But this PR at least no longer produces completely bogus/invalid strips, so yay progress :)

Aras Pranckevicius commented on pull request blender/blender#123431 2024-06-20 09:34:37 +02:00
Fix: VSE timeline strip outline readability

@tintwotin the distance between two strips is exactly one pixel in this PR. Your indication of "distance" includes the dark outline for unselected case, but does not include any border/outline for…

Aras Pranckevicius commented on pull request blender/blender#123431 2024-06-20 09:08:14 +02:00
Fix: VSE timeline strip outline readability

Without an inner dark edge between the selection highlight and the strip content, there can be setups where it's hard to see the outline/handles if the content is the same color as the selection…

Aras Pranckevicius commented on pull request blender/blender#123431 2024-06-20 08:52:52 +02:00
Fix: VSE timeline strip outline readability

Good catch. It may be interpreted as a gap, both because it looks like the background is visible between the strips

It literally is a gap, yes.

the separation width between strips…

Aras Pranckevicius commented on pull request blender/blender#123431 2024-06-19 14:46:10 +02:00
Fix: VSE timeline strip outline readability

@HadrienBrissaud I guess alternative could be to not add a pixel gap, but instead "reverse" the order of outline/border. I.e. instead of bright selected outline and inset dark edge in it, leave…