- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
05927be070
VSE: fix new histogram code not being multi-threaded
d52353c550
VSE: tweak vectorscope perf and look
WIP: VSE: Scopes improvements
099033fc57
VSE: overexposed/zebra overlay consistency between byte and float images
8bb10cb500
VSE: reduce scopes code duplication, more const
6767dc2b39
VSE: improve Vectorscope
a581d73da7
VSE: tweak the look of Waveform display (draw grid as actual lines, tweak gamma, etc)
981f5e926f
VSE: draw histogram scope as geometry instead of low-res image
Blender 4.x - Remove STL I/O Addon
@mont29 yes, this in fact has already happened after I wrote that comment. In 4.1, STL C++ I/O had experimental label removed, and Python addon got legacy label added.
Audaspace: faster audio resampling
Alright, I've submitted PR to add API to upstream Audaspace https://github.com/audaspace/audaspace/pull/19 and once/if that is accepted then will apply to Blender codebase as well.
VSE placement of some elements is off by 1 px
This (not merged yet) PR seems to fix the issue: #116628
Aras Pranckevicius
deleted branch audaspace-resampler-opt from aras_p/blender
2024-01-03 21:23:37 +01:00
Audaspace: faster audio resampling
Aras Pranckevicius
deleted branch vse-fix-image-outline from aras_p/blender
2024-01-03 21:20:17 +01:00
VSE: Fix image strip outline not matching image
Audaspace: faster audio resampling
Is it possible to set resampler quality to medium via some API instead of modifying the bundled sources? That'd make it easier to update the Audaspace in the future, and will make the update…
4ce14a639f
Revert "Cleanup: move CMake test utility functions into testing.cmake"
a815594394
Build: bump sse2neon to latest main
71474da5fd
Fix RNG memory leak on various error conditions
4657d541c8
Fix use-after-free in Cocoa GHOST system creation
cd8f1853ed
Anim: replace
bone_collection.find_index()
with .index
property
50e04fe387
Audaspace: switch audio resampler to Medium quality
c0189b8132
Audaspace: update to latest upstream, to get configurable resampling qualities
4ce14a639f
Revert "Cleanup: move CMake test utility functions into testing.cmake"
a815594394
Build: bump sse2neon to latest main
71474da5fd
Fix RNG memory leak on various error conditions
Design: Changes required to target SSE42
Things like OpenImageIO, OpenEXR and perhaps some other external libraries could get built with SSE4.2 options too, right?