Post #1698: Not sure when it happened, but somewhere along the way the modals I set up are a
📋 Metadata
- Author: jerbot
- Date: 2018-12-02 21:00:29
- Type:
bug_report - Quality Score: 8/10
- Replies (1): post_01703
🏷️ Tags
v1-15-7 modal modals advanced unsolved
⚙️ Related PME Features
- Modal Editor
- Pie Menu Editor
💬 Content
Not sure when it happened, but somewhere along the way the modals I set up are all now broken in 2.79. When I select the option it appears that it goes into the modal mode… but moving the mouse no longer changes the values (using it for skinning tools).
my_pie_menus_pre1.15.7.json (10.9 KB)
Also, I just tried to import my pies into 2.8 and everything seems to be good… except the modals, which produce the following error:
Traceback (most recent call last):
File "/home/jerbot/.config/blender/2.80/scripts/addons/pie_menu_editor/operators.py", line 1060, in modal
self.do_confirm()
File "/home/jerbot/.config/blender/2.80/scripts/addons/pie_menu_editor/operators.py", line 921, in do_confirm
self.stop()
File "/home/jerbot/.config/blender/2.80/scripts/addons/pie_menu_editor/operators.py", line 911, in stop
bpy.context.area.header_text_set()
TypeError: Area.header_text_set(): required parameter "text" not specified
location: <unknown location>:-1
As usual, I appreciate this tool and your incredible support. Looking forward to seeing a stable version of this for 2.8 as it’s helping me wrap my head around how Blender’s UI works under the hood… preparing me for my own UI building plans. 