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

📋 Metadata

🏷️ Tags

customization beginner solved

  • Python Scripting
  • Custom Categories

💬 Content

_EMM:

I hope can customize the name later

Yes, actually you can do this in the script I sent you.
Open the file, find a line CATEGORIES = dict() and replace it with this:

CATEGORIES = {
    "BoxCutter": "My BC Name",
    "View": "My View Name",
}

❤️ 4 likes


🔗 View on Blender Artists