mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Add write color set to alembic options.
This commit is contained in:
parent
a734ade82e
commit
ba92e385bf
1 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,8 @@ class ExtractAnimation(pype.api.Extractor):
|
|||
"writeCreases": True,
|
||||
"uvWrite": True,
|
||||
"selection": True,
|
||||
"worldSpace": instance.data.get("worldSpace", True)
|
||||
"worldSpace": instance.data.get("worldSpace", True),
|
||||
"writeColorSets": instance.data.get("writeColorSets", False)
|
||||
}
|
||||
|
||||
if not instance.data.get("includeParentHierarchy", True):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue