diff --git a/openpype/hosts/nuke/plugins/load/load_model.py b/openpype/hosts/nuke/plugins/load/load_model.py index b6893066e3..15fa4fa35c 100644 --- a/openpype/hosts/nuke/plugins/load/load_model.py +++ b/openpype/hosts/nuke/plugins/load/load_model.py @@ -13,7 +13,7 @@ class AlembicModelLoader(api.Loader): representations = ["abc"] label = "Load Alembic Model" - icon = "model" + icon = "cube" color = "orange" node_color = "0x4ecd91ff"