mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
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:
commit
86c681789d
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ class ScriptsmenuModel(BaseSettingsModel):
|
||||||
|
|
||||||
|
|
||||||
DEFAULT_SCRIPTSMENU_SETTINGS = {
|
DEFAULT_SCRIPTSMENU_SETTINGS = {
|
||||||
"name": "OpenPype Tools",
|
"name": "Custom Tools",
|
||||||
"definition": [
|
"definition": [
|
||||||
{
|
{
|
||||||
"type": "action",
|
"type": "action",
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""Package declaring addon version."""
|
"""Package declaring addon version."""
|
||||||
__version__ = "0.1.6"
|
__version__ = "0.1.7"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue