renamed ftrack icon names

This commit is contained in:
iLLiCiTiT 2021-04-02 11:38:15 +02:00
parent bc434f3fcb
commit 4d984d2a8c
9 changed files with 6 additions and 6 deletions

View file

@ -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"

View file

@ -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")

View file

@ -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()

View file

@ -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):

View file

@ -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"

View file

@ -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"

View file

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Before After
Before After