Post #3646: ![](https://blenderartists.org/user_avatar/blenderartists.org/_emm/48/735052_2.p

📋 Metadata

🏷️ Tags

popup-dialog customization intermediate solved

  • Popup Dialog Editor
  • Panel Group Editor
  • Python Scripting

💬 Content

_EMM:

If I want to hide the ‘Context Menu’, how do I do that

Do you want to hide some context menu items? Unfortunately, context menu is hardcoded. There is no way to hide items in it.

_EMM:

I really need to change the name of a sidebar feature, if I enable too many plug-ins, my sidebar will be full, so I want to customize the name of its display, for example, I want to change the ‘BoxCutter’ to ‘BC’, so that my interface will be more refreshing

Try this script. Copy it to scripts/addons/pie_menu_editor/scripts/autorun/ folder and restart Blender. The script renames sidebar panel categories in 3DView to BC, T, V, etc. Note that some categories cannot be renamed (eg. Item).


❤️ 4 likes


🔗 View on Blender Artists