Fix: VSE wrong mouse over assert #123130

Closed
Aras Pranckevicius wants to merge 1 commits from aras_p/blender:vse_fix_assert into blender-v4.2-release

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

1 Commits

Author SHA1 Message Date
e3b3bb2a4c VSE: Fix mouse over assert
Recent strip handle tweaking improvement (f98b01e492) added this code,
that asserts there are never more than two strips "where the mouse is".
Normally that is indeed the case, except on some (old? broken?)
files where multiple strips are overlapping each other.

Sprite Fright Edit bundle is one file like that, with many audio strips
overlapping. https://studio.blender.org/blog/sprite-fright-edit-bundle/

Just remove the assert. Nothing "bad" happens if more than two strips
are under the mouse; in that "broken / weird" state like in the above
file they can't be selected anyway.
2024-06-12 14:53:03 +03:00