Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AY-7141_Maya USD: Publish USD with properties/attributes filtered #182

Open
ynbot opened this issue Nov 18, 2024 · 0 comments · May be fixed by #193
Open

AY-7141_Maya USD: Publish USD with properties/attributes filtered #182

ynbot opened this issue Nov 18, 2024 · 0 comments · May be fixed by #193
Assignees
Labels
sponsored This is directly sponsored by a client or community member type: enhancement Improvement of existing functionality or minor addition

Comments

@ynbot
Copy link
Contributor

ynbot commented Nov 18, 2024

Please describe the enhancement you have in mind and explain what the current shortcomings are?

When writing out a USD from Maya using mayaUSDExport you may want to get very specific about what properties on the export to include or exclude.

The default export options from Maya USD Export would be nice to expose, so studios can decided to e.g. force skip (or force including) writing: UVs, component tags, color sets, materials. However, one may want to get even more granular - like explicitly specifying what properties to keep in the exported file.

For example, Houdini exposes plenty of options for that - by having attributes where one can specify attributes to include using string pattern matching. So that one could do e.g. asterix to include all, and then add ^xform to filter out all xform attributes, like: * ^xform*

It overlaps a lot with however is even more specific - getting to the particular properties to filter instead of the default checkboxes supported by Maya USD Export.

It may be worth it to somehow also expose the Maya USD Export -filterTypes flag so that one could explicitly ignore certain Maya node types to be excluded.

How would you imagine the implementation of the enhancemenent?

No response

Describe alternatives you've considered:

No response

Additional context:

link to discussion on Discord
(might be a private channel)

This issue was automatically created from Clickup ticket AY-7141

@ynbot ynbot added sponsored This is directly sponsored by a client or community member type: enhancement Improvement of existing functionality or minor addition labels Nov 18, 2024
@BigRoy BigRoy linked a pull request Dec 10, 2024 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sponsored This is directly sponsored by a client or community member type: enhancement Improvement of existing functionality or minor addition
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants