Enable write color sets on animation publish automatically

This commit is contained in:
Kayla Man 2022-07-26 20:04:08 +08:00
parent cd87b8ba2a
commit 5e9799ee16

View file

@ -22,7 +22,7 @@ class CreateAnimation(plugin.Creator):
self.data[key] = value
# Write vertex colors with the geometry.
self.data["writeColorSets"] = False
self.data["writeColorSets"] = True
self.data["writeFaceSets"] = False
# Include only renderable visible shapes.