Post #4016: Hello if I try to add the Image Editor as a PopUp Area it throws up an error whe

📋 Metadata

  • Author: Syance
  • Date: 2021-08-21 18:18:18
  • Type: bug_report
  • Quality Score: 7/10
  • Replies (1): post_04017

🏷️ Tags

popup-dialog scripting intermediate unsolved

  • Popup Dialog Editor
  • Python Scripting

💬 Content

Hello if I try to add the Image Editor as a PopUp Area it throws up an error when attempting to use it.
This is the command it creates:
bpy.ops.pme.popup_area(auto_close=False, area=‘VIEW’)

I think it should be this one but it just opens another 3D viewport:
bpy.ops.pme.popup_area(auto_close=False, area=‘IMAGE_EDITOR’)


🔗 View on Blender Artists