Set default value to True

This commit is contained in:
wikoreman 2018-09-28 10:47:48 +02:00
parent ddefd09bc2
commit 21bbcc200a

View file

@ -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