mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
Set default value to True
This commit is contained in:
parent
ddefd09bc2
commit
21bbcc200a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue