📋 Metadata

💬 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