Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #108 from tokejepsen/bugfix/animation_write_color_set
Browse files Browse the repository at this point in the history
Bugfix/animation write color set
  • Loading branch information
mkolar authored Apr 30, 2020
2 parents 8f2b2b6 + ba92e38 commit 33c796f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pype/plugins/maya/publish/extract_animation.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def process(self, instance):
"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):
Expand Down

0 comments on commit 33c796f

Please sign in to comment.