Post #3538: I’m not sure if this is what you need but try using this custom code in a Popup

📋 Metadata

🏷️ Tags

popup-dialog intermediate solved

  • 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


🔗 View on Blender Artists