mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
added identifier to push to project plugin
This commit is contained in:
parent
ed6247d231
commit
79ca56f3ad
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ from ayon_core.pipeline.actions import (
|
|||
|
||||
|
||||
class PushToProject(LoaderActionPlugin):
|
||||
identifier = "core.push-to-project"
|
||||
|
||||
def get_action_items(
|
||||
self, selection: LoaderActionSelection
|
||||
) -> list[LoaderActionItem]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue