mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
Enable write color sets on animation publish automatically
This commit is contained in:
parent
cd87b8ba2a
commit
5e9799ee16
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue