Merge pull request #5991 from ynput/enhancement/rename_maya_openpype_tools

AYON: rename Openpype Tools as Custom Tools in Maya Host
This commit is contained in:
Kayla Man 2023-12-05 20:10:25 +08:00 committed by GitHub
commit 86c681789d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ class ScriptsmenuModel(BaseSettingsModel):
DEFAULT_SCRIPTSMENU_SETTINGS = {
"name": "OpenPype Tools",
"name": "Custom Tools",
"definition": [
{
"type": "action",

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring addon version."""
__version__ = "0.1.6"
__version__ = "0.1.7"