Post #3731: If you active interactive menus you can add it wherever the menu appears

📋 Metadata

🏷️ Tags

pie-menu hotkeys intermediate

  • Pie Menu Editor
  • Interactive Menus
  • Custom Menu Tab
  • Python Scripting

💬 Content

If you active interactive menus you can add it wherever the menu appears

image

Pick the place and click the menu, then Extend Menu

image

Open the menu item and try this code in the custom menu tab

imageimage704×122 12.9 KB

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


🔗 View on Blender Artists