Fix #105279: AnimAll: lag when displaying the AnimAll panel
commit4c926a861414f33fbe853393749f14a8a7beb4d2
authorDamien Picard <dam.pic@free.fr>
Fri, 12 Apr 2024 17:55:35 +0000 (12 19:55 +0200)
committerDamien Picard <dam.pic@free.fr>
Fri, 12 Apr 2024 18:12:29 +0000 (12 20:12 +0200)
tree0e8722cdbc1413c9d268acd2a116f7b34daeab1b
parent2a2cc3ddace63eebababba1f49fb9d8e31575979
Fix #105279: AnimAll: lag when displaying the AnimAll panel

The panel would iterate through f-curves quadratically when trying to
determine whether to display the attribute update operator, which was
unnecessary.
animation_animall/__init__.py