Post #3805: As a temporal fix try adding the panel and change the area type to ‘VIEW_3D’

📋 Metadata

🏷️ Tags

popup-dialog configuration intermediate solved

  • Panel Group Editor
  • Property Editor

💬 Content

As a temporal fix try adding the panel and change the area type to ‘VIEW_3D’

for example, this is the surface material panel from eevee

panel('EEVEE_MATERIAL_PT_surface', frame=True, header=True, expand=None, area='PROPERTIES')

change that last part, from area='PROPERTIES' to area='VIEW_3D'


❤️ 1 likes


🔗 View on Blender Artists