Post #3669: : post_03671
🏷️ Tags
⚙️ Related PME Features
- 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