mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
renamed ftrack icon names
This commit is contained in:
parent
bc434f3fcb
commit
4d984d2a8c
9 changed files with 6 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ class CleanHierarchicalAttrsAction(BaseAction):
|
|||
label = "OpenPype Admin"
|
||||
variant = "- Clean hierarchical custom attributes"
|
||||
description = "Unset empty hierarchical attribute values."
|
||||
icon = statics_icon("ftrack", "action_icons", "PypeAdmin.svg")
|
||||
icon = statics_icon("ftrack", "action_icons", "OpenPypeAdmin.svg")
|
||||
|
||||
all_project_entities_query = (
|
||||
"select id, name, parent_id, link"
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ class CustomAttributes(BaseAction):
|
|||
variant = '- Create/Update Avalon Attributes'
|
||||
#: Action description.
|
||||
description = 'Creates Avalon/Mongo ID for double check'
|
||||
icon = statics_icon("ftrack", "action_icons", "PypeAdmin.svg")
|
||||
icon = statics_icon("ftrack", "action_icons", "OpenPypeAdmin.svg")
|
||||
settings_key = "create_update_attributes"
|
||||
|
||||
required_keys = ("key", "label", "type")
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ class DeleteOldVersions(BaseAction):
|
|||
"Delete files from older publishes so project can be"
|
||||
" archived with only lates versions."
|
||||
)
|
||||
icon = statics_icon("ftrack", "action_icons", "PypeAdmin.svg")
|
||||
icon = statics_icon("ftrack", "action_icons", "OpenPypeAdmin.svg")
|
||||
|
||||
dbcon = AvalonMongoDB()
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ class JobKiller(BaseAction):
|
|||
#: Action description.
|
||||
description = 'Killing selected running jobs'
|
||||
#: roles that are allowed to register this action
|
||||
icon = statics_icon("ftrack", "action_icons", "PypeAdmin.svg")
|
||||
icon = statics_icon("ftrack", "action_icons", "OpenPypeAdmin.svg")
|
||||
settings_key = "job_killer"
|
||||
|
||||
def discover(self, session, entities, event):
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ class StoreThumbnailsToAvalon(BaseAction):
|
|||
# Action description
|
||||
description = 'Test action'
|
||||
# roles that are allowed to register this action
|
||||
icon = statics_icon("ftrack", "action_icons", "PypeAdmin.svg")
|
||||
icon = statics_icon("ftrack", "action_icons", "OpenPypeAdmin.svg")
|
||||
settings_key = "store_thubmnail_to_avalon"
|
||||
|
||||
thumbnail_key = "AVALON_THUMBNAIL_ROOT"
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ class SyncToAvalonLocal(BaseAction):
|
|||
#: priority
|
||||
priority = 200
|
||||
#: roles that are allowed to register this action
|
||||
icon = statics_icon("ftrack", "action_icons", "PypeAdmin.svg")
|
||||
icon = statics_icon("ftrack", "action_icons", "OpenPypeAdmin.svg")
|
||||
|
||||
settings_key = "sync_to_avalon_local"
|
||||
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Loading…
Add table
Add a link
Reference in a new issue