mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Tweak color + icon
This commit is contained in:
parent
1a10e0fc74
commit
fbc0430bb2
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ class RecreateRigAnimationInstance(InventoryAction):
|
|||
"""Recreate animation publish instance for loaded rigs"""
|
||||
|
||||
label = "Recreate rig animation instance"
|
||||
icon = "industry"
|
||||
color = "#55DDAA"
|
||||
icon = "wrench"
|
||||
color = "#888888"
|
||||
|
||||
@staticmethod
|
||||
def is_compatible(container):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue