From 591fb615913cf45d1e6f4b8325f91531e4e03f95 Mon Sep 17 00:00:00 2001 From: aardschok Date: Fri, 22 Sep 2017 12:23:27 +0200 Subject: [PATCH] renamed family correct, error in lookdev pipeline --- colorbleed/plugins/maya/create/colorbleed_look.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorbleed/plugins/maya/create/colorbleed_look.py b/colorbleed/plugins/maya/create/colorbleed_look.py index e4e5fab9a4..9ac1cbe934 100644 --- a/colorbleed/plugins/maya/create/colorbleed_look.py +++ b/colorbleed/plugins/maya/create/colorbleed_look.py @@ -8,7 +8,7 @@ class CreateLook(avalon.maya.Creator): name = "look" label = "Look" - family = "colorbleed.lookdev" + family = "colorbleed.look" def __init__(self, *args, **kwargs): super(CreateLook, self).__init__(*args, **kwargs)