Post #3902: two more lines need adjusts

📋 Metadata

🏷️ Tags

advanced unsolved

  • Pie Menu Editor
  • Popup Dialog Editor

💬 Content

two more lines need adjusts

operators.py:

line 1952:
from --- context.window_manager.popup_menu(self._draw_rm, pm.name)
to --- context.window_manager.popup_menu(draw_func=self._draw_rm, title=pm.name)

line 1954:
from --- context.window_manager.popup_menu(self._draw_rm)
to --- context.window_manager.popup_menu(draw_func=self._draw_rm)


❤️ 8 likes


🔗 View on Blender Artists