diff --git a/colorbleed/plugins/maya/create/colorbleed_model.py b/colorbleed/plugins/maya/create/colorbleed_model.py index d4fa5c5a3d..c69e4bbf7b 100644 --- a/colorbleed/plugins/maya/create/colorbleed_model.py +++ b/colorbleed/plugins/maya/create/colorbleed_model.py @@ -18,6 +18,6 @@ class CreateModel(avalon.maya.Creator): data = OrderedDict(**self.data) # Write vertex colors with the geometry. - data["writeColorSets"] = False + data["writeColorSets"] = True self.data = data