- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
BLI: more flexible pixel interpolation functions
Aras Pranckevicius
deleted branch bli_interp_features from aras_p/blender
2024-11-25 16:03:54 +01:00
BLI: Add pixel sampling functions with arbitrary UV wrapping modes
Fix #130742 Scene render from VSE is taking twice as long
I can't say I understand all the logic and all the conditions there. I guess it's fine, if this fixes regression. But all of this does feel a bit brittle.
Code Quality Project: Compositor
@OmarEmaraDev ok, tell me once that can be done. I assume the new CPU compositor has to be finished first :)
Aras Pranckevicius
deleted branch vse_font_thread_safety from aras_p/blender
2024-11-25 12:15:50 +01:00
VSE: Wrong font used when pre-fetching is active
Fix #130463, #114592: VSE prefetching uses wrong font for text strips
BLI: Add pixel sampling functions with arbitrary UV wrapping modes
dba188f35a
BLI: Add pixel sampling functions with arbitrary UV wrapping modes
fa7dea4154
Cleanup: Formatting
fa9bde230b
Compositor: Implement Anisotropic Kuwahara for new CPU compositor
42445ed5c9
Fix #130725: Grease Pencil: Avoid sculpting strokes with locked material
0915015437
Cleanup: Overlay-Next: Camera: Code re-organization to follow code stype
BLI: more flexible pixel interpolation functions
Fix #130463, #114592: VSE prefetching uses wrong font for text strips
There is still one thing I didn't fully understand: the key for the
Map<std::string, int> name_to_mem_font_id;
. Technically, it is not enough to use just the data-block name: you can have a…