From 477528b565ed0175bfed71be2d253d5ab0cf9d58 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Thu, 3 Jan 2019 16:24:50 +0100 Subject: [PATCH] changed icon --- pype/plugins/nuke/create/create_read.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/plugins/nuke/create/create_read.py b/pype/plugins/nuke/create/create_read.py index 7e29c02b57..8597737167 100644 --- a/pype/plugins/nuke/create/create_read.py +++ b/pype/plugins/nuke/create/create_read.py @@ -16,7 +16,7 @@ class CrateRead(avalon.nuke.Creator): hosts = ["nuke"] family = "source" families = family - icon = "sign-out" + icon = "film" def __init__(self, *args, **kwargs): super(CrateRead, self).__init__(*args, **kwargs)