Post #5596: Hello. I installed Pie Menu Editor Fork 1.18.9.

📋 Metadata

🏷️ Tags

v1-18-9 macro python-scripting intermediate unsolved

  • 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?


🔗 View on Blender Artists