aresdevo / animaide

AnimAide is a free add-on for Blender that has some helpful tools for animation.
720 stars 62 forks source link

Recursions issue when using Edit Operator Source addon with Animaide enabled #95

Open L0Lock opened 1 year ago

L0Lock commented 1 year ago

Following this bug report

It seems that animaide leads that addon to error by creating an infinite recusion. To my understanding, that addon loops through modules and submodules, but then doing so with animaide it loops hundreds of time around those four:

anim_offset animaide-1_0_38_38.anim_offset
ops animaide-1_0_38_38.anim_offset.ops 
support animaide-1_0_38_38.anim_offset.support
prefe animaide-1_0_38_38.prefe

In that order.

Disabling animaide and rebooting "solves" the issue for Edit Operator Source.

Not sure what can be done about it.