Post #5138: unfortunately, it gives this error

📋 Metadata

🏷️ Tags

v1-20-x pie-menu intermediate unsolved

  • Pie Menu Editor
  • Overlay

💬 Content

unfortunately, it gives this error
Python: Traceback (most recent call last):
File “C:\Users\TomorrowHead\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\pie_menu_editor\operators.py”, line 988, in modal
self.update_overlay()
File “C:\Users\TomorrowHead\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\pie_menu_editor\operators.py”, line 1214, in update_overlay
self.table = TablePainter(3, self.cells, self.pm.name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\TomorrowHead\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\pie_menu_editor\overlay.py”, line 214, in init
self.header = Text(header) if header else None
^^^^^^^^^^^^
File “C:\Users\TomorrowHead\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\pie_menu_editor\overlay.py”, line 163, in init
self.update(text)
File “C:\Users\TomorrowHead\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\pie_menu_editor\overlay.py”, line 177, in update
blf.size(0, self.size, 72)
TypeError: blf.size() takes exactly 2 arguments (3 given)


🔗 View on Blender Artists