Aras Pranckevicius aras_p
Aras Pranckevicius created pull request blender/blender#121270 2024-04-30 16:08:09 +02:00
Cleanup: Remove unused BLF_BLUR_ENABLE code path
Aras Pranckevicius created branch blf_blur_cleanup in aras_p/blender 2024-04-30 16:07:40 +02:00
Aras Pranckevicius pushed to blf_blur_cleanup at aras_p/blender 2024-04-30 16:07:40 +02:00
4cf6fc4f42 Cleanup: Remove unused BLF_BLUR_ENABLE code path
efea8c000f Cleanup: Make format
1b7e67a851 Mesh: Lines index buffer creation improvement
462e7aeedd Geometry Nodes: Add Align Rotation to Vector node
0da53b5e62 Anim: Change how names of Bindings work, and how Bindings are created/assigned
Compare 10 commits »
Aras Pranckevicius commented on pull request blender/blender#121239 2024-04-30 09:26:12 +02:00
WIP: UI: Automatic Text Contrast for Overlays

Overall nice, except I'm not quite sold on the white shadow color (I tried that in my other PR initially too, but the brain does not equate "bright color" as "this is a shadow", it looks more like…

Aras Pranckevicius commented on pull request blender/blender#121239 2024-04-30 09:14:09 +02:00
WIP: UI: Automatic Text Contrast for Overlays

You probably want to remove ATTR_NONNULL(3) since the argument very much allows and defaults to null now :)

Aras Pranckevicius commented on pull request blender/blender#121242 2024-04-30 08:36:45 +02:00
Fix #121015: Abnormal termination on exit after playback on MacOS

Minor: "device", not "devide"

Aras Pranckevicius pushed to main at blender/blender 2024-04-30 08:32:39 +02:00
0a911b42c6 Fix #121190: VSE AlphaUnder with opacity=1 does not work properly
Aras Pranckevicius deleted branch vse_alphaunder_fix from aras_p/blender 2024-04-30 08:32:38 +02:00
Aras Pranckevicius closed issue blender/blender#121190 2024-04-30 08:32:37 +02:00
In video editor Color does not allow Alpha Under. It works in 4.1 but not 4.2
Aras Pranckevicius merged pull request blender/blender#121224 2024-04-30 08:32:35 +02:00
Fix #121190: VSE AlphaUnder with opacity=1 does not work properly
Aras Pranckevicius commented on issue blender/blender#121190 2024-04-29 20:45:53 +02:00
In video editor Color does not allow Alpha Under. It works in 4.1 but not 4.2

Turns out it was not strip occlusion, but rather me being an idiot and accidentally subtly changing the alpha under logic when at full opacity. And the bug exists in 4.1 too. Fix incoming!

Aras Pranckevicius created pull request blender/blender#121224 2024-04-29 20:44:39 +02:00
Fix #121190: VSE AlphaUnder with opacity=1 does not work properly
Aras Pranckevicius created branch vse_alphaunder_fix in aras_p/blender 2024-04-29 20:44:21 +02:00
Aras Pranckevicius pushed to vse_alphaunder_fix at aras_p/blender 2024-04-29 20:44:21 +02:00
d6773aebe1 Fix #121190: VSE AlphaUnder with opacity=1 does not work properly
Aras Pranckevicius commented on issue blender/blender#121190 2024-04-29 20:22:53 +02:00
In video editor Color does not allow Alpha Under. It works in 4.1 but not 4.2

If I broke it, I should fix it! And yeah quite likely that "strip occlusion" might be the culprit. I'll see if it has some render test coverage too.

Aras Pranckevicius created pull request blender/blender#121222 2024-04-29 20:18:00 +02:00
BLF: fade out shadow when text color itself is dark
Aras Pranckevicius created branch blf_shadow_color in aras_p/blender 2024-04-29 20:15:32 +02:00
Aras Pranckevicius pushed to blf_shadow_color at aras_p/blender 2024-04-29 20:15:32 +02:00
30b04aa73d BLF: fade out shadow when text color itself is dark
3847cf4dc1 VSE: Revert strip text color to white
6e0c3231eb Anim: add bone length property to Bone Properties Panel
bd3518946e Anim: implement "Copy Driver to Selected" operator
760a641023 EEVEE-Next: Remove slope and quantization biases
Compare 10 commits »