- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
UI: Automatic text contrast for overlays via outline
Aras Pranckevicius
deleted branch blf_channels_cleanup from aras_p/blender
2024-05-10 18:55:09 +02:00
Cleanup: Remove non-working channels parameter of BLF_buffer
VSE: Optimize text shadow blur / outline options
VSE: Optimize text shadow blur / outline options
Good point. I'll do a code cleanup commit across this whole file separately.
VSE: Optimize text shadow blur / outline options
I had no idea that these things exist! But also, from a quick look I'm not quite sure how to use it, or if it is appropriate for this case at all. I have only glanced at it, but a "default mixer"…
Aras Pranckevicius
deleted branch vse_xform_round_pos from aras_p/blender
2024-05-10 17:46:23 +02:00
VSE: Make strip translate/grab tool round resulting position
VSE: Make strip translate/grab tool round resulting position
The strip position is float, because when you animate it, it uses AA, which feels much smoother
Ah yeah, makes sense.
VSE: Preview region translate/grab tool rounds resulting position
VSE: Optimize text shadow blur / outline options
This is a bit strange: we force the dst to be 0 outside of the horizontal range of the box, but not outside of vertical.
That's because the outer loop that spawns text_gaussian_blur_x
in a…