You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
I slightly look at the code and I compared with the schema_maya_publish.json and it doesn't have the WriteUVs flag (they have WriteUVSets flag instead). Are we gonna add or change the name of that specific flag in schema_maya_publish.json?
I am asking this as WriteUVs doesn't show up in my setting
I slightly look at the code and I compared with the schema_maya_publish.json and it doesn't have the WriteUVs flag (they have WriteUVSets flag instead). Are we gonna add or change the name of that specific flag in schema_maya_publish.json?
Note that I believe writeUVSets and writeUVs is a different flag on the alembic exporter. The first meaning "export multiple UV sets" - the other meaning 'write any UV set'. If only the latter is enabled then only the current UV set would be exported.
I slightly look at the code and I compared with the schema_maya_publish.json and it doesn't have the WriteUVs flag (they have WriteUVSets flag instead). Are we gonna add or change the name of that specific flag in schema_maya_publish.json? I am asking this as WriteUVs doesn't show up in my setting
Note that I believe writeUVSets and writeUVs is a different flag on the alembic exporter. The first meaning "export multiple UV sets" - the other meaning 'write any UV set'. If only the latter is enabled then only the current UV set would be exported.
We need to add WriteUVs into the schema_maya_publish.json then, if both WriteUVs and WriteUVSets existed as job arguments.
Thanks - I edited my previous comment seems I misremembered slightly. We need both uvWrite and writeUVSets. And indeed writeUVs seems to be invalid/typo.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
host: Mayasize/XSDenotes a PR changes 0-99 lines, ignoring general filestype: bugSomething isn't working
6 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog Description
Missing
writeUVson the Alembic extraction.Testing notes:
project_settings/maya/publish/ExtractAlembic