📋 Metadata
- Author: noKeyframes
- Date: 2020-08-26 05:57:47
- Type:
answer - Reply to: post_03537
- Replies (1): post_03539
💬 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