Post #3543: glad it works!
๐ Metadata
- Author: noKeyframes
- Date: 2020-08-26 21:07:07
- Type:
answer - Quality Score: 8/10
- Reply to: post_03542
๐ท๏ธ Tags
popup-dialog panel-group scripting intermediate solved
โ๏ธ Related PME Features
- 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')


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