diff --git a/openpype/hosts/maya/plugins/create/create_look.py b/openpype/hosts/maya/plugins/create/create_look.py index 4d675cc6f5..0f960e5ff5 100644 --- a/openpype/hosts/maya/plugins/create/create_look.py +++ b/openpype/hosts/maya/plugins/create/create_look.py @@ -12,7 +12,6 @@ class CreateLook(plugin.MayaCreator): """Shader connections defining shape look""" identifier = "io.openpype.creators.maya.look" - name = "look" label = "Look" family = "look" icon = "paint-brush"