mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added PrepareProject to OpenPype Admin group
This commit is contained in:
parent
43187d8b11
commit
0fe1bc64f2
2 changed files with 4 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue