added PrepareProject to OpenPype Admin group

This commit is contained in:
iLLiCiTiT 2021-04-13 14:23:53 +02:00
parent 43187d8b11
commit 0fe1bc64f2
2 changed files with 4 additions and 2 deletions

View file

@ -14,7 +14,8 @@ class PrepareProjectServer(ServerAction):
"""Prepare project attributes in Anatomy."""
identifier = "prepare.project.server"
label = "Prepare Project (Server)"
label = "OpenPype Admin"
variant = "- Prepare Project (Server)"
description = "Set basic attributes on the project"
settings_key = "prepare_project"

View file

@ -17,7 +17,8 @@ class PrepareProjectLocal(BaseAction):
"""Prepare project attributes in Anatomy."""
identifier = "prepare.project.local"
label = "Prepare Project (Local)"
label = "OpenPype Admin"
variant = "- Prepare Project (Local)"
description = "Set basic attributes on the project"
icon = statics_icon("ftrack", "action_icons", "PrepareProject.svg")