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

EMSUSD-957 - Call CanExport() per object instead of per export #3592

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

samuelliu-adsk
Copy link
Collaborator

@samuelliu-adsk samuelliu-adsk commented Feb 2, 2024

#3502

What MayaUsd used to do is using a map to remember if a primWriter has been used for this maya object type. However, with our CanExport() feature available, the user may want to inspect each object and see which writer to use, so call Find() to inspect and find the best primWriter to use if there are multiple primWriters available for this maya object type

@samuelliu-adsk samuelliu-adsk added the import-export Related to Import and/or Export label Feb 2, 2024
@samuelliu-adsk samuelliu-adsk self-assigned this Feb 2, 2024
@samuelliu-adsk samuelliu-adsk added the ready-for-merge Development process is finished, PR is ready for merge label Feb 5, 2024
@seando-adsk seando-adsk merged commit cfa7940 into dev Feb 6, 2024
12 of 13 checks passed
@seando-adsk seando-adsk deleted the samuelliu-adsk/EMSUSD-957/canexport branch February 6, 2024 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
import-export Related to Import and/or Export ready-for-merge Development process is finished, PR is ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants