Aras Pranckevicius aras_p
Aras Pranckevicius closed issue blender/blender#130836 2024-11-25 16:09:03 +01:00
BLI: more flexible pixel interpolation functions
Aras Pranckevicius commented on issue blender/blender#130836 2024-11-25 16:08:59 +01:00
BLI: more flexible pixel interpolation functions

Done in #130893

Aras Pranckevicius deleted branch bli_interp_features from aras_p/blender 2024-11-25 16:03:54 +01:00
Aras Pranckevicius merged pull request blender/blender#130893 2024-11-25 16:03:51 +01:00
BLI: Add pixel sampling functions with arbitrary UV wrapping modes
Aras Pranckevicius pushed to main at blender/blender 2024-11-25 16:03:51 +01:00
377e998e39 BLI: Add pixel sampling functions with arbitrary UV wrapping modes
Aras Pranckevicius pushed to bli_interp_features at aras_p/blender 2024-11-25 13:03:57 +01:00
68f9ff1e3a Fixed missing half pixel offset for bilinear/cubic sampling
Aras Pranckevicius approved blender/blender#130781 2024-11-25 12:49:07 +01:00
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.

Aras Pranckevicius commented on issue blender/blender#130887 2024-11-25 12:37:21 +01:00
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 commented on issue blender/blender#130887 2024-11-25 12:30:00 +01:00
Code Quality Project: Compositor

@OmarEmaraDev can I do the "Remove old CPU compositor" bit? :P

Aras Pranckevicius commented on issue blender/blender#130123 2024-11-25 12:21:25 +01:00
VSE: "Prefetch Frames" fails to use the correct font

Fixed now in 4.4

Aras Pranckevicius pushed to main at blender/blender 2024-11-25 12:15:51 +01:00
11a99fb2b1 Fix #130463, #114592: VSE prefetching uses wrong font for text strips
Aras Pranckevicius deleted branch vse_font_thread_safety from aras_p/blender 2024-11-25 12:15:50 +01:00
Aras Pranckevicius closed issue blender/blender#130463 2024-11-25 12:15:49 +01:00
VSE: Wrong font used when pre-fetching is active
Aras Pranckevicius merged pull request blender/blender#130542 2024-11-25 12:15:47 +01:00
Fix #130463, #114592: VSE prefetching uses wrong font for text strips
Aras Pranckevicius created pull request blender/blender#130893 2024-11-25 11:06:57 +01:00
BLI: Add pixel sampling functions with arbitrary UV wrapping modes
Aras Pranckevicius pushed to bli_interp_features at aras_p/blender 2024-11-25 11:03:38 +01:00
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
Compare 10 commits »
Aras Pranckevicius created branch bli_interp_features in aras_p/blender 2024-11-25 11:03:37 +01:00
Aras Pranckevicius opened issue blender/blender#130836 2024-11-24 09:58:37 +01:00
BLI: more flexible pixel interpolation functions
Aras Pranckevicius commented on pull request blender/blender#130542 2024-11-22 16:45:46 +01:00
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…