- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
e6e2b9c957
Fix #127192: VSE Tonemap now works as expected on strips that don't cover whole screen
69557e316c
Fix #127174: GPv3 misses ID selector in Properties Editor Data tab
a661a7bf89
Refactor: Move Pose code out of the kernel
938e50a3ed
API Doc: Add note to 'liboverride' bpy props flag about ancestors.
1235404cfe
Fix #127165: crash accessing cls.bl_rna after unregistering
VSE: Tonemap modifier produces wrong result when strip is not fullscreen
Ah, I think I see what the issue is. Even if Tonemap is applied on a VSE strip, it actually works on the whole screen. So if you have an an EXR file that you place onto the screen to take up…
Aras Pranckevicius
deleted branch vse_colorbalance_opt from aras_p/blender
2024-09-05 19:21:57 +02:00
VSE: Optimize the Color Balance modifier
VSE: Tonemap modifier produces nonsensical results
Design Doc: Sample based compositor
Design Doc: Sample based compositor
Noticed this design task while searching for something else... This is from 7 years ago, the overall Compositor design and implementation has changed several times since then, and this seems to be…
Aras Pranckevicius
pushed to vse_colorbalance_opt_simd_oiio at aras_p/blender
2024-09-04 19:33:43 +02:00
52e4412c63
Factor out simd_utils.hh and tiny opt to premul_vfloat4_to_straight_uchar
e2d4f50de5
SIMD: VSE Color Balance speedup via OIIO SIMD
Aras Pranckevicius
pushed to vse_colorbalance_opt_simd_oiio at aras_p/blender
2024-09-04 14:50:56 +02:00
78923f6607
Experiment: VSE Color Balance via OIIO SIMD
Aras Pranckevicius
created branch vse_colorbalance_opt_simd_oiio in aras_p/blender
2024-09-04 14:50:56 +02:00
Fix: Scene copy does not copy VSE cache/proxy flags
Aras Pranckevicius
deleted branch fix_drw_text_outline from aras_p/blender
2024-09-04 11:58:07 +02:00
3D viewport background color affects attribute text color.
@PratikPB2123 good point! added to 4.2 maintenance task table