Post #5113: Hey thanks! - that almost works. The animation plays w/out overlays, but these e

📋 Metadata

🏷️ Tags

pie-menu advanced unsolved

  • Pie Menu Editor
  • Overlay system

💬 Content

Hey thanks! - that almost works. The animation plays w/out overlays, but these errors get thrown and the overlays don’t turn back on:
Python: Traceback (most recent call last):
pie_menu_editor\operators.py”, line 988, in modal
self.update_overlay()
pie_menu_editor\operators.py”, line 1214, in update_overlay
self.table = TablePainter(3, self.cells, self.pm.name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pie_menu_editor\overlay.py”, line 214, in init
self.header = Text(header) if header else None
^^^^^^^^^^^^
pie_menu_editor\overlay.py”, line 163, in init
self.update(text)
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