Aras Pranckevicius aras_p
Aras Pranckevicius pushed to main at blender/blender 2024-09-22 13:19:57 +02:00
958433194e Fix #127932: STL importer was not setting faces as sharp
Aras Pranckevicius closed issue blender/blender#127932 2024-09-22 13:19:55 +02:00
Regression: STL importing files in with smooth shaded faces
Aras Pranckevicius pushed to main at blender/blender-developer-docs 2024-09-21 14:31:51 +02:00
eeb52d4496 Update docs/release_notes/4.3/sequencer.md
Aras Pranckevicius deleted branch vse_channels_opt from aras_p/blender 2024-09-21 14:31:11 +02:00
Aras Pranckevicius merged pull request blender/blender#127913 2024-09-21 14:31:09 +02:00
VSE: Speedup drawing of the timeline channels sidebar
Aras Pranckevicius pushed to main at blender/blender 2024-09-21 14:31:08 +02:00
754495247b VSE: Speedup drawing of the timeline channels sidebar
Aras Pranckevicius commented on pull request blender/blender#127913 2024-09-21 14:29:26 +02:00
VSE: Speedup drawing of the timeline channels sidebar

I know that the issue is caused by 715129bf5be8d0ca382501e975da13755727f117, but I had to sleep before I was able to investigate more in depth, I can look into that.

Or maybe @eliphaz should…

Aras Pranckevicius commented on pull request blender/blender#127913 2024-09-20 20:37:30 +02:00
VSE: Speedup drawing of the timeline channels sidebar

but in main there seems to be infinite loop when making meta strip

Do you have details on how/when that happens? I quickly played around with adding meta strips, can't reproduce the issue,…

Aras Pranckevicius pushed to vse_channels_opt at aras_p/blender 2024-09-20 16:23:48 +02:00
4c43863034 Cleanup: SEQ_query_all_meta_strips_recursive is no longer needed
Aras Pranckevicius created pull request blender/blender#127913 2024-09-20 15:27:06 +02:00
VSE: Speedup drawing of the timeline channels sidebar
Aras Pranckevicius pushed to vse_channels_opt at aras_p/blender 2024-09-20 15:17:37 +02:00
e342010063 VSE: Speedup drawing list of channels by not alternating between two fonts all the time
1031d533ae VSE: Speedup drawing list of channels by adding "who owns a channel" to sequencer lookup
cf419d8e8c Cleanup: SEQ_sequence_lookup_tag with enum -> SEQ_sequence_lookup_invalidate
5c81f1ea8e Cleanup: VSE: use C++ mutex and Map in sequence_lookup
b200d1f975 Anim: remove strip data as well when an action strip is removed
Compare 10 commits »
Aras Pranckevicius created branch vse_channels_opt in aras_p/blender 2024-09-20 15:17:36 +02:00
Aras Pranckevicius deleted branch vse_blend_modes_tests from aras_p/blender 2024-09-20 12:57:24 +02:00
Aras Pranckevicius pushed to main at blender/blender 2024-09-20 12:57:21 +02:00
e0ce6ce28a Tests: enable VSE blend modes tests
Aras Pranckevicius merged pull request blender/blender#127898 2024-09-20 12:57:21 +02:00
Tests: enable VSE blend modes tests
Aras Pranckevicius commented on pull request blender/blender#127838 2024-09-20 12:40:15 +02:00
BLI: faster float<->half array conversions, use in Vulkan

I checked on my PC (Ryzen 5950X) whether replacing unaligned loads with aligned ones brings any performance benefit, and as I expected... it is not faster at all; i.e. same performance.

Then I…

Aras Pranckevicius commented on pull request blender/blender#127898 2024-09-20 12:13:50 +02:00
Tests: enable VSE blend modes tests