mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
tune out orders
This commit is contained in:
parent
46b534cfcc
commit
efa702405c
3 changed files with 4 additions and 2 deletions
|
|
@ -45,6 +45,7 @@ class CopyFileActionPlugin(LoaderActionPlugin):
|
|||
output.append(
|
||||
LoaderActionItem(
|
||||
label=repre_name,
|
||||
order=32,
|
||||
group_label="Copy file path",
|
||||
data={
|
||||
"representation_id": repre_id,
|
||||
|
|
@ -60,6 +61,7 @@ class CopyFileActionPlugin(LoaderActionPlugin):
|
|||
output.append(
|
||||
LoaderActionItem(
|
||||
label=repre_name,
|
||||
order=33,
|
||||
group_label="Copy file",
|
||||
data={
|
||||
"representation_id": repre_id,
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ class DeleteOldVersions(LoaderActionPlugin):
|
|||
),
|
||||
LoaderActionItem(
|
||||
label="Calculate Versions size",
|
||||
order=30,
|
||||
order=34,
|
||||
data={
|
||||
"product_ids": list(product_ids),
|
||||
"action": "calculate-versions-size",
|
||||
|
|
|
|||
|
|
@ -304,7 +304,7 @@ class OpenFileAction(LoaderActionPlugin):
|
|||
LoaderActionItem(
|
||||
label=repre_name,
|
||||
group_label="Open file",
|
||||
order=-10,
|
||||
order=30,
|
||||
data={"representation_ids": list(repre_ids)},
|
||||
icon={
|
||||
"type": "material-symbols",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue