Post #3731: If you active interactive menus you can add it wherever the menu appears
📋 Metadata
- Author: Motiomancer
- Date: 2021-01-02 23:57:07
- Type:
answer - Quality Score: 8/10
- Reply to: post_03730
- Replies (2): post_03732, post_03734
🏷️ Tags
⚙️ Related PME Features
- Pie Menu Editor
- Interactive Menus
- Custom Menu Tab
- Python Scripting
💬 Content
If you active interactive menus you can add it wherever the menu appears

Pick the place and click the menu, then Extend Menu

Open the menu item and try this code in the custom menu tab
L.separator(factor=5) ; row = L.row(align=True); row.scale_x = 0.8; row.prop(C.object, "dimensions", text='')
You can tweak both numbers to adjust the menu separation(separator) and size(scale_x)
❤️ 2 likes
image704×122 12.9 KB