Post #4944: Are you referring to the solution by mcjamall07? It seems like a workaround to a

📋 Metadata

🏷️ Tags

popup-dialog intermediate solved

  • Popup Dialog Editor
  • Python Scripting

💬 Content

Are you referring to the solution by mcjamall07? It seems like a workaround to avoid crashes with bpy.ops.pme.popup_area(area='ASSETS') .

mcjamall07:

yup i can confirm it, it crashed.
but using side area bpy.ops.pme.sidearea_toggle(area='ASSETS', side='LEFT', main_area='VIEW_3D', header='DEFAULT', action='TOGGLE', ignore_area='NONE') works fine


🔗 View on Blender Artists