📋 Metadata

💬 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


🔗 View on Blender Artists