Post #5429: For those who are wondering about the same thing and want to display the data, y

📋 Metadata

🏷️ Tags

popup-dialog panel-customization intermediate unsolved

  • Panel Group Editor
  • Popup Dialog Editor
  • Python Scripting

💬 Content

For those who are wondering about the same thing and want to display the data, you can do draw panel:

panel("DATA_PT_shape_keys", frame=False, header=True, expand=None)

if you enable header, you will have an clickable/expandable title header (See Shape Keys).

imageimage462×742 19.3 KB

You can do it with other mesh properties (DATA_PT), as found here in properties_data_mesh.py

imageimage1108×922 79.7 KB

You can also do object PTs:

imageimage868×547 50.3 KB

It draws the panels as is, so it’s not exactly fully customizable like I wanted, but for now it will do.

For modifiers, I assumed DATA_PT_modifiers would work, but it doesn’t display the list, just the new modifier button. I’ll look further into it and reply to this when I figure it out.


❤️ 1 likes


🔗 View on Blender Artists