Aras Pranckevicius aras_p
Aras Pranckevicius pushed to vse_tonemap_fix at aras_p/blender 2024-09-05 20:29:06 +02:00
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
Compare 10 commits »
Aras Pranckevicius created branch vse_tonemap_fix in aras_p/blender 2024-09-05 20:29:06 +02:00
Aras Pranckevicius commented on issue blender/blender#127192 2024-09-05 19:36:14 +02:00
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 pushed to main at blender/blender-developer-docs 2024-09-05 19:23:35 +02:00
00d07dba6c Update docs/release_notes/4.3/sequencer.md
Aras Pranckevicius deleted branch vse_colorbalance_opt from aras_p/blender 2024-09-05 19:21:57 +02:00
Aras Pranckevicius pushed to main at blender/blender 2024-09-05 19:21:55 +02:00
a4d9bcf106 VSE: Optimize the Color Balance modifier
Aras Pranckevicius merged pull request blender/blender#127121 2024-09-05 19:21:54 +02:00
VSE: Optimize the Color Balance modifier
Aras Pranckevicius opened issue blender/blender#127192 2024-09-05 14:40:39 +02:00
VSE: Tonemap modifier produces nonsensical results
Aras Pranckevicius commented on pull request blender/blender#127121 2024-09-05 14:14:42 +02:00
VSE: Optimize the Color Balance modifier
Aras Pranckevicius closed issue blender/blender#53790 2024-09-05 11:42:18 +02:00
Design Doc: Sample based compositor
Aras Pranckevicius commented on issue blender/blender#53790 2024-09-05 11:42:15 +02:00
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
Compare 2 commits »
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
Aras Pranckevicius deleted branch vse_fix_copy_flags from aras_p/blender 2024-09-04 11:58:17 +02:00
Aras Pranckevicius pushed to main at blender/blender 2024-09-04 11:58:14 +02:00
76f7c19c8d Fix: Scene copy does not copy VSE cache/proxy flags
Aras Pranckevicius merged pull request blender/blender#126876 2024-09-04 11:58:14 +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
Aras Pranckevicius pushed to vse_colorbalance_opt at aras_p/blender 2024-09-04 09:10:26 +02:00
f68c728ee1 Color balance: move some branches out of inner loops
Aras Pranckevicius commented on issue blender/blender#126908 2024-09-04 08:30:37 +02:00
3D viewport background color affects attribute text color.

@PratikPB2123 good point! added to 4.2 maintenance task table