Post #3591: Hi, I’m reporting a bug in Blender 2.91alpha when using Pie Menu Editor 1.17.3.
📋 Metadata
- Author: anminmakura
- Date: 2020-09-21 13:40:26
- Type:
bug_report - Quality Score: 8/10
🏷️ Tags
v1-17-3 pie-menu menu-items intermediate unsolved
⚙️ Related PME Features
- Pie Menu Editor
- Menu items with ‘Open on Mouse Over’ option
- Custom pie menus
💬 Content
Hi, I’m reporting a bug in Blender 2.91alpha when using Pie Menu Editor 1.17.3.
The following error occurs when you call an existing menu item with Type of the Item in the Pie Menu field and check the “Open on Mouse Over” option.
Python: Traceback (most recent call last):
File “C:\~\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\pie_menu_editor\operators.py”, line 2106, in invoke
return self.execute_menu(context, event)
File “C:\~\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\pie_menu_editor\operators.py”, line 1897, in execute_menu
event, self._draw_pm, pm.name if pr.show_pm_title else “”)
File “C:\Program Files\Blender Foundation\Blender 2.91\2.91\scripts\modules\bpy_types.py”, line 185, in popup_menu_pie
draw_func(pie, bpy.context)
File “C:\~\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\pie_menu_editor\operators.py”, line 1583, in _draw_pm
WM_OT_pme_user_pie_menu_call._draw_item(pr, pm, pmi, idx)
File “C:\~\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\pie_menu_editor\operators.py”, line 1435, in _draw_item
pmi.rm_class, text, icon, use_mouse_over_open=True)
File “C:\~\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\pie_menu_editor\layout_helper.py”, line 184, in menu
use_mouse_over_open=True)
File “C:\~\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\pie_menu_editor\layout_helper.py”, line 82, in menu
c_btn = CTU.c_last_btn(c_layout)
File “C:\~\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\pie_menu_editor\c_utils.py”, line 545, in c_last_btn
clayout.root.contents.block.contents.buttons.last,
ValueError: NULL pointer accesslocation: :-1
I’ve also included the Pie json file in question.
Special Edit Pie.json (3.9 KB)
It is Pie that is also giving another error here, but I couldn’t figure out why it is giving this error for this one.
When I run Pie, only an error appears and I can’t start it up.
The content of the error and the Json of the problem Pie are posted.
Python: Traceback (most recent call last):
File “C:\~\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\pie_menu_editor\operators.py”, line 2032, in invoke
if not apm.executed:
File “C:\Program Files\Blender Foundation\Blender 2.91\2.91\scripts\modules\bpy_types.py”, line 716, in getattribute
properties = StructRNA.path_resolve(self, “properties”)
ReferenceError: StructRNA of type WM_OT_pme_user_pie_menu_call has been removedlocation: :-1
Clean Mesh Pie.json (5.1 KB)