Post #5596: Hello. I installed Pie Menu Editor Fork 1.18.9.
📋 Metadata
- Author: Veeeeex
- Date: 2025-09-16 23:27:56
- Type:
bug_report - Quality Score: 8/10
- Reply to: post_05594
- Replies (1): post_05597
🏷️ Tags
v1-18-9 macro python-scripting intermediate unsolved
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 Content
Hello. I installed Pie Menu Editor Fork 1.18.9.
Previously, when writing (False) at the end of a macro call after running a Python script, the macro would not register an undo flag.
Now an error appears in the console:
execute_script("E:/YandexDisk/#Settings/Blender Settings/#Custom scripts/Jump to End Frame.py")(False)
Error:
>>> execute_script("E:/YandexDisk/#Settings/Blender Settings/#Custom scripts/Jump to Start Frame.py")(False)
Traceback (most recent call last):
File "C:\Users\Name\AppData\Roaming\Blender Foundation\Blender\4.5\scripts\addons\pie_menu_editor\pme.py", line 132, in exe
exec(data, globals)
File "<string>", line 1, in <module>
TypeError: 'bool' object is not callable
So now (False) at the end no longer works as before and causes a TypeError.
Could you please check this issue?