Post #3543: glad it works!

๐Ÿ“‹ Metadata

๐Ÿท๏ธ Tags

popup-dialog panel-group scripting intermediate solved

  • Interactive Panel Menu
  • Popup Dialog Editor
  • Python Scripting
  • Panel Group Editor

๐Ÿ’ฌ Content

glad it works!

The first part was added with the interactive panel menu

panel('OBJECT_PT_transform', frame=False, header=False, expand=None, area='PROPERTIES')

image

image

And for the second part that is โ€œDimensionsโ€ you need to know some python, It comes from a formatted C.object.dimensions property

For example an alternative option was making a popup dialog with 2 buttons, the first with the transform panel and the second with C.object.dimensions in the property tab. It would be the same but less tidy


๐Ÿ”— View on Blender Artists