Aras Pranckevicius aras_p
Aras Pranckevicius pushed to main at blender/blender 2024-08-23 09:15:55 +02:00
a21a1a7b86 VSE: Set "box select" default tool for preview and show toolbars
Aras Pranckevicius pushed to vse_thumbs_cache at aras_p/blender 2024-08-22 17:38:26 +02:00
e754ba4f9e Cleanup
67ab8d1b09 Merge branch 'main' into vse_thumbs_cache
758401c672 Fix #126567: Packed images are missing meta data
bda0c27c05 Refactor: Sculpt: Deduplicate topology falloff creation in expand tool
6e845f54c3 Fix #126464: Subdiv optimal display edges causes broken wires on Metal
Compare 87 commits »
Aras Pranckevicius merged pull request blender/blender#124333 2024-08-22 14:55:02 +02:00
VSE: Connected Strips
Aras Pranckevicius pushed to main at blender/blender 2024-08-22 14:55:02 +02:00
715129bf5b VSE: ability to connect and disconnect strips in the VSE.
Aras Pranckevicius pushed to main at blender/blender 2024-08-22 10:36:54 +02:00
246a0ec46a Fix #126394: ffmpeg on win64 is built without SIMD optimizations
Aras Pranckevicius deleted branch ffmpeg_cpu_flags from aras_p/blender 2024-08-22 10:36:53 +02:00
Aras Pranckevicius closed issue blender/blender#126394 2024-08-22 10:36:52 +02:00
ffmpeg for Windows is built with no CPU SIMD optimizations since 4.0
Aras Pranckevicius merged pull request blender/blender#126396 2024-08-22 10:36:50 +02:00
Fix #126394: ffmpeg on win64 is built without SIMD optimizations
Aras Pranckevicius pushed to vse_thumbs_cache at aras_p/blender 2024-08-21 08:42:34 +02:00
af15ce9793 Simplify thumb cache logical timestamp tracking
Aras Pranckevicius commented on pull request blender/blender#126396 2024-08-21 06:10:48 +02:00
Fix #126394: ffmpeg on win64 is built without SIMD optimizations

@LazyDodo option 2 sounds good to me!

Aras Pranckevicius commented on pull request blender/blender#126405 2024-08-20 13:27:45 +02:00
VSE: Faster and more consistent thumbnail cache

@blender-bot package

Aras Pranckevicius pushed to vse_thumbs_cache at aras_p/blender 2024-08-20 08:45:49 +02:00
621ee7c26d Fix gcc build
Aras Pranckevicius pushed to vse_thumbs_cache at aras_p/blender 2024-08-20 08:44:32 +02:00
d080107782 Fix compile warnings
Aras Pranckevicius pushed to vse_thumbs_cache at aras_p/blender 2024-08-20 08:35:28 +02:00
ff4178e26b Fix Linux build since some X11 stuff steals None define
Aras Pranckevicius pushed to vse_thumbs_cache at aras_p/blender 2024-08-20 08:09:04 +02:00
88a783ae3a VSE: simplify thumbnail scale down
806113a35c Code comments
d8584f975a VSE: remove old thumbnail cache
16f13cfaae VSE: properly load thumbnails even for >100MB image files
5115e39361 VSE: proper thumbnails for multi-stream videos
Compare 143 commits »
Aras Pranckevicius pushed to main at blender/blender 2024-08-20 07:12:10 +02:00
9dd2d7bd75 Fix: VSE snapping with edge panning
Aras Pranckevicius merged pull request blender/blender#126471 2024-08-20 07:12:10 +02:00
Fix: VSE snapping with edge panning
Aras Pranckevicius commented on pull request blender/blender#126396 2024-08-19 20:21:26 +02:00
Fix #126394: ffmpeg on win64 is built without SIMD optimizations

Added a test! And as expected, it fails on windows:

ffmpeg_cpu_flags.cc(18): error: Value of: (flags & AV_CPU_FLAG_SSE2) != 0
ffmpeg_cpu_flags.cc(19): error: Value of: (flags & AV_CPU_FLAG_S…