📋 Metadata

💬 Content

Just upgraded from 4.2 to 4.5, I have all my pie menus mapped to some right mouse click plus some combination or shift, ctrl, alt. When first opening blender I get this error the first couple of times I use any of my pie menus.

Python: Traceback (most recent call last):
  File "C:\Users\thoma\AppData\Roaming\Blender Foundation\Blender\4.5\scripts\addons\pie_menu_editor\c_utils.py", line 521, in modal
    if self.move_flag:
       ^^^^^^^^^^^^^^
  File "C:\Program Files\Blender Foundation\Blender 4.5\4.5\scripts\modules\bpy_types.py", line 995, in __getattribute__
    return super().__getattribute__(attr)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'PME_OT_restore_pie_prefs' object has no attribute 'move_flag'

All my menus look to run perfectly fine, i just get that error the first couple of times i use a pie menu.


🔗 View on Blender Artists