Post #5650: found another bug,
📋 Metadata
- Author: georgezaky108
- Date: 2025-11-08 04:45:30
- Type:
bug_report - Quality Score: 8/10
- Reply to: post_05648
- Replies (1): post_05651
🏷️ Tags
v1-19-x panel-group intermediate unsolved
⚙️ Related PME Features
- Panel Group Editor
💬 Content
found another bug,
when trying to move a panal in the panal group in PME, this error occurs:
Python: Traceback (most recent call last):
File “C:\Users\georg\AppData\Roaming\Blender Foundation\Blender\4.5\scripts\addons\pie_menu_editor\collection_utils.py”, line 185, in execute
self.finish()
File “C:\Users\georg\AppData\Roaming\Blender Foundation\Blender\4.5\scripts\addons\pie_menu_editor\ed_panel_group.py”, line 663, in finish
pm.update_panel_group()
File “C:\Users\georg\AppData\Roaming\Blender Foundation\Blender\4.5\scripts\addons\pie_menu_editor\types.py”, line 475, in update_panel_group
self.ed.update_panel_group(self)
File “C:\Users\georg\AppData\Roaming\Blender Foundation\Blender\4.5\scripts\addons\pie_menu_editor\ed_panel_group.py”, line 826, in update_panel_group
PAU.remove_panel_group(pm.name)
File “C:\Users\georg\AppData\Roaming\Blender Foundation\Blender\4.5\scripts\addons\pie_menu_editor\panel_utils.py”, line 221, in remove_panel_group
bpy.utils.unregister_class(panel)
RuntimeError: unregister_class(…):, missing bl_rna attribute from ‘_RNAMeta’ instance (may not be registered)
using Blender 4.5.4 : PME 1.19.0
❤️ 1 likes