Post #3538: I’m not sure if this is what you need but try using this custom code in a Popup
📋 Metadata
- Author: noKeyframes
- Date: 2020-08-26 05:57:47
- Type:
answer - Quality Score: 7/10
- Reply to: post_03537
- Replies (1): post_03539
🏷️ Tags
popup-dialog intermediate solved
⚙️ Related PME Features
- Popup Dialog Editor
- Python Scripting
- Panel Group Editor
💬 Content
I’m not sure if this is what you need but try using this custom code in a Popup Dialog
panel('OBJECT_PT_transform', frame=False, header=False, expand=None, area='PROPERTIES'); L.separator() ;col = L.column(align=True); col.use_property_split=True; col.prop(C.object, "dimensions")
Then you can just add it as a menu