Aras Pranckevicius aras_p
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 merged pull request blender/blender#127898 2024-09-20 12:57:21 +02:00
Tests: enable VSE blend modes tests
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 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
Aras Pranckevicius pushed to vse_blend_modes_tests at aras_p/blender 2024-09-20 12:11:49 +02:00
9e99fef206 Tests: use 2.0/255.0 threshold for VSE tests
Aras Pranckevicius created pull request blender/blender#127898 2024-09-20 10:47:33 +02:00
Tests: enable VSE blend modes tests
Aras Pranckevicius created branch vse_blend_modes_tests in aras_p/blender 2024-09-20 10:47:16 +02:00
Aras Pranckevicius pushed to vse_blend_modes_tests at aras_p/blender 2024-09-20 10:47:16 +02:00
8d50428bd1 Tests: enable VSE blend modes tests
cb6d0dca40 Tests: bump to updated VSE blend modes render tests
4f5b6b114d Cycles: Bump OptiX version to 7.4
b51d60a226 Anim: add iterator over Action Slot uses, with references
8ae944026e Cleanup: Avoid double printing the word 'size' in Cycles debug
Compare 10 commits »
Aras Pranckevicius pushed to main at blender/blender 2024-09-20 10:46:23 +02:00
cb6d0dca40 Tests: bump to updated VSE blend modes render tests
Aras Pranckevicius pushed to main at blender/blender-test-data 2024-09-20 10:45:42 +02:00
b6a737dd37 VSE: update blend modes test references
Aras Pranckevicius pushed to main at blender/blender 2024-09-19 18:27:15 +02:00
f0de61c19e Cleanup: early outs in IMB_colormanagement functions on error conditions
Aras Pranckevicius pushed to main at blender/blender-developer-docs 2024-09-19 18:16:12 +02:00
ee145b1bbb Update docs/release_notes/4.3/sequencer.md