Aras Pranckevicius aras_p
Aras Pranckevicius pushed to main at blender/blender 2024-04-24 12:37:49 +02:00
c64050ecd2 VSE: Timeline strip visual design updates
Aras Pranckevicius commented on issue blender/blender#119462 2024-04-24 12:34:34 +02:00
VSE: HDR support in preview regions

I can try to make this happen. Perhaps because I don't know yet how deep the rabbit hole goes :)

Aras Pranckevicius commented on pull request blender/blender#118581 2024-04-24 12:32:38 +02:00
VSE: Timeline strip visual design updates

I'd rather push the current state as-is, since this iteration seems to not have major usability issues, and get back to finishing up the "display missing media" part of the whole effort. It's been…

Aras Pranckevicius pushed to vse_strip_design at aras_p/blender 2024-04-24 12:29:38 +02:00
21ca21b865 Merge branch 'main' into vse_strip_design
848571ff01 Cleanup: initialize USDExportParams::worker_status
11bfac7f11 Fix #120698: GPv3: Don't move the first stroke point
2056b4b563 Fix: EEVEE-Next: Broken uniform attribute in blended materials
6d347dd5ca Fix: EEVEE-Next: Point cloud macro coliding with voronoi texture
Compare 55 commits »
Aras Pranckevicius commented on pull request blender/blender#118581 2024-04-24 10:04:43 +02:00
VSE: Timeline strip visual design updates

@pablovazquez alright, implemented your suggestions (except the "more readable strip colors in the theme" bit, since I don't know what colors to pick -- but I did update the theme entry for active…

Aras Pranckevicius pushed to vse_strip_design at aras_p/blender 2024-04-24 10:00:47 +02:00
0522597409 VSE: draw texts with drop shadow, darker inset for selected strip outline
Aras Pranckevicius pushed to vse_strip_design at aras_p/blender 2024-04-24 09:45:28 +02:00
a49d83ec9c VSE: tweak strip text colors based on feedback
7211719762 Merge branch 'main' into vse_strip_design
d544082e1d Fix #120925: Smooth scrolling mouse wheel broken on Wayland
cff532e134 VSE: Implement Snapping to Markers
5644a0c621 Fix: EEVEE-Next: Sphere probe disregard the custom parallax checkbox
Compare 199 commits »
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 created branch sound-vse-crash in aras_p/blender 2024-04-21 18:01:28 +02:00
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 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