Post #5429: For those who are wondering about the same thing and want to display the data, y
📋 Metadata
- Author: paololazatin
- Date: 2025-02-10 01:57:13
- Type:
answer - Quality Score: 7/10
- Reply to: post_05420
🏷️ Tags
popup-dialog panel-customization intermediate unsolved
⚙️ Related PME Features
- 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).
You can do it with other mesh properties (DATA_PT), as found here in properties_data_mesh.py
You can also do object PTs:
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
image462×742 19.3 KB
image1108×922 79.7 KB
image868×547 50.3 KB