Aras Pranckevicius aras_p
Aras Pranckevicius pushed to vse-draw-opt at aras_p/blender 2023-11-23 19:11:44 +01:00
b485388b57 VSE: speedup / improve waveform overlay drawing
Aras Pranckevicius created pull request blender/blender#115311 2023-11-23 18:55:10 +01:00
WIP: VSE: speedup timeline drawing, and improve waveform display
Aras Pranckevicius pushed to main at aras_p/blender 2023-11-23 18:51:39 +01:00
5118f6f573 Fix mistake in previous commit
16e2698632 Fix (unreported): VSE offset drawing not working
bb80716244 Mesh: Parallelize remaining topology maps
75f24a5f14 Hydra: Parallelize and simplify submesh export
274b2dbe5e Geometry Nodes: Parallel Edges to Face Groups
Compare 35 commits »
Aras Pranckevicius pushed to vse-draw-opt at aras_p/blender 2023-11-23 18:51:32 +01:00
11b3cf02af VSE: speedup / improve waveform overlay drawing
67435f15d0 VSE: fixes for previous commits
aceff20c3b VSE: speedup timeline drawing pt 2
b25ac443ef VSE: speedup timeline drawing
5118f6f573 Fix mistake in previous commit
Compare 10 commits »
Aras Pranckevicius created branch vse-draw-opt in aras_p/blender 2023-11-23 18:51:32 +01:00
Aras Pranckevicius commented on issue blender/blender#115274 2023-11-23 18:35:59 +01:00
VSE waveform drawing in sound strip

Some notes so they don't get lost in the chat:

  • Blender only samples sounds at 250 Hz for display, current code literally can't display more detail. This is deemed acceptable for now,…
Aras Pranckevicius deleted branch timeit-fmt from aras_p/blender 2023-11-21 18:35:57 +01:00
Aras Pranckevicius merged pull request blender/blender#115233 2023-11-21 18:35:52 +01:00
BLI: change timeit to use fmtlib instead of direct cout
Aras Pranckevicius pushed to main at blender/blender 2023-11-21 18:35:52 +01:00
8a75b54735 BLI: change timeit to use fmtlib instead of direct cout
Aras Pranckevicius created pull request blender/blender#115233 2023-11-21 11:53:04 +01:00
BLI: change timeit to use fmtlib instead of direct cout
Aras Pranckevicius pushed to main at aras_p/blender 2023-11-21 11:51:30 +01:00
b24610053f Fix: crash when using attribute search in Named Attribute node
dc8fd30a3c OpenGL: Raise Minimum SSBO Bindings to 12.
acee93bd6d Fix #115207: dynamically typed Viewer node
c0e5929ad2 Externals: update fmtlib to latest version (10.1.1)
f01c82e268 VSE: Use Strip Volume property for scenes
Compare 52 commits »
Aras Pranckevicius pushed to timeit-fmt at aras_p/blender 2023-11-21 11:47:23 +01:00
91e3b48a85 BLI: change timeit to use fmtlib instead of direct cout
b24610053f Fix: crash when using attribute search in Named Attribute node
dc8fd30a3c OpenGL: Raise Minimum SSBO Bindings to 12.
acee93bd6d Fix #115207: dynamically typed Viewer node
c0e5929ad2 Externals: update fmtlib to latest version (10.1.1)
Compare 10 commits »
Aras Pranckevicius created branch timeit-fmt in aras_p/blender 2023-11-21 11:47:22 +01:00
Aras Pranckevicius pushed to main at blender/blender 2023-11-21 09:43:30 +01:00
c0e5929ad2 Externals: update fmtlib to latest version (10.1.1)
Aras Pranckevicius deleted branch io-stl-tests from aras_p/blender 2023-11-20 11:20:04 +01:00
Aras Pranckevicius pushed to main at blender/blender 2023-11-20 11:20:01 +01:00
0d0aad6280 IO: add STL import/export tests
Aras Pranckevicius merged pull request blender/blender#115164 2023-11-20 11:20:01 +01:00
IO: add STL import/export tests
Aras Pranckevicius commented on pull request blender/blender#115164 2023-11-20 10:17:53 +01:00
IO: add STL import/export tests
Aras Pranckevicius created pull request blender/blender#115164 2023-11-20 09:36:42 +01:00
IO: add STL import/export tests