Aras Pranckevicius aras_p
Aras Pranckevicius pushed to main at blender/blender 2024-04-22 14:44:20 +02:00
91f0368fe2 Fix #120871: VSE crashes when sound strip has hold start offset larger than start
Aras Pranckevicius deleted branch sound-vse-crash from aras_p/blender 2024-04-22 14:44:19 +02:00
Aras Pranckevicius closed issue blender/blender#120871 2024-04-22 14:44:18 +02:00
Regression: VSE crashes blender
Aras Pranckevicius merged pull request blender/blender#120891 2024-04-22 14:44:17 +02:00
Fix #120871: VSE crashes when sound strip has hold start offset larger than start
Aras Pranckevicius pushed to ffmpeg_hdr at aras_p/blender 2024-04-22 09:28:28 +02:00
ed131f47ad Merge branch 'main' into ffmpeg_hdr
7b7e9f224c GPv3: Fix incorrect multi-frame falloff factor due to miscalculation in frame range
6106bb3d3b GPU: Remove Compute test from test cases
e6fad4b779 Vulkan: Fix memory leak in render graph
3539cdfbdd Cleanup: Use const for sculpt automasking cache
Compare 234 commits »
Aras Pranckevicius created pull request blender/blender#120891 2024-04-21 18:02:09 +02:00
Fix #120871: VSE crashes when sound strip has hold start offset larger than start
Aras Pranckevicius pushed to sound-vse-crash at aras_p/blender 2024-04-21 18:01:28 +02:00
2422fdf35c Fix #120871: VSE crashes when sound strip has hold start offset larger than start
689fce50bd Fix #120789: Slowness when using image vectorscope opacity slider
933f74ca02 Anim: Baklava, add Animation data-block to anim filtering code
075b4c178a Refactor: Anim, clarify a bit of NLA drawing code
eea73bffb4 UI: Fade all non-ID children if parent is hidden in outliner
Compare 10 commits »
Aras Pranckevicius created branch sound-vse-crash in aras_p/blender 2024-04-21 18:01:28 +02:00
Aras Pranckevicius commented on issue blender/blender#120871 2024-04-21 15:30:48 +02:00
Regression: VSE crashes blender

From what I can tell, this seems to be caused by 4e10aa6e71 (fix for #115086), cc @iss. What happens now with this repro file is:

  • There's a single sound clip, from frames 0 to 193. However, the…
Aras Pranckevicius commented on issue blender/blender#120871 2024-04-21 13:59:01 +02:00
Regression: VSE crashes blender

Thanks for the report. I can reproduce the crash here, from the first look seems to not be related to any threading things, but rather to "retuming keys", whatever they are. Will investigate and…

Aras Pranckevicius pushed to main at blender/blender 2024-04-20 17:09:12 +02:00
689fce50bd Fix #120789: Slowness when using image vectorscope opacity slider
Aras Pranckevicius closed issue blender/blender#120789 2024-04-20 17:09:11 +02:00
Slowness when using the Image Editor's Vectorscope opacity slider
Aras Pranckevicius deleted branch scopes_opacity_update_cb from aras_p/blender 2024-04-20 17:09:09 +02:00
Aras Pranckevicius merged pull request blender/blender#120854 2024-04-20 17:09:07 +02:00
Fix #120789: Slowness when using image vectorscope opacity slider
Aras Pranckevicius created pull request blender/blender#120854 2024-04-20 16:36:58 +02:00
Fix #120789: Slowness when using image vectorscope opacity slider
Aras Pranckevicius pushed to scopes_opacity_update_cb at aras_p/blender 2024-04-20 16:36:01 +02:00
3028dd31d2 Fix #120789: Slowness when using image vectorscope opacity slider
933f74ca02 Anim: Baklava, add Animation data-block to anim filtering code
075b4c178a Refactor: Anim, clarify a bit of NLA drawing code
eea73bffb4 UI: Fade all non-ID children if parent is hidden in outliner
df064270a1 Fix: EEVEE-Next: Light: Missing shadows inside sphere light
Compare 10 commits »
Aras Pranckevicius created branch scopes_opacity_update_cb in aras_p/blender 2024-04-20 16:36:01 +02:00
Aras Pranckevicius commented on issue blender/blender#120789 2024-04-19 19:26:43 +02:00
Slowness when using the Image Editor's Vectorscope opacity slider

Yeah even with the scope look improvement and additional modes, if it causes a non-trivial performance hit that's not ideal. I can take a look at what is going on, and try to fix it.