Post #5113: Hey thanks! - that almost works. The animation plays w/out overlays, but these e
📋 Metadata
- Author: fjg3d
- Date: 2024-04-30 04:54:09
- Type:
bug_report - Quality Score: 7/10
- Reply to: post_05111
- Replies (1): post_05114
🏷️ Tags
⚙️ Related PME Features
- 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)