From 551eea9166703fc07e9d357cced4a1af45efee83 Mon Sep 17 00:00:00 2001 From: aardschok Date: Thu, 21 Sep 2017 10:32:10 +0200 Subject: [PATCH] added colorbleed.mayaAscii to families --- .../{_colorbleed_mayaascii.py => colorbleed_mayaascii.py} | 0 colorbleed/plugins/publish/integrate.py | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename colorbleed/plugins/maya/create/{_colorbleed_mayaascii.py => colorbleed_mayaascii.py} (100%) diff --git a/colorbleed/plugins/maya/create/_colorbleed_mayaascii.py b/colorbleed/plugins/maya/create/colorbleed_mayaascii.py similarity index 100% rename from colorbleed/plugins/maya/create/_colorbleed_mayaascii.py rename to colorbleed/plugins/maya/create/colorbleed_mayaascii.py diff --git a/colorbleed/plugins/publish/integrate.py b/colorbleed/plugins/publish/integrate.py index 08f82e827e..f348deb654 100644 --- a/colorbleed/plugins/publish/integrate.py +++ b/colorbleed/plugins/publish/integrate.py @@ -31,7 +31,8 @@ class IntegrateAsset(pyblish.api.InstancePlugin): "colorbleed.texture", "colorbleed.historyLookdev", "colorbleed.group", - "colorbleed.imagesequence"] + "colorbleed.imagesequence", + "colorbleed.mayaAscii"] def process(self, instance):