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

Trait based supplemental methods (GetModificationTime, etc). #26

Open
elliotcmorris opened this issue Feb 3, 2023 · 0 comments
Open

Comments

@elliotcmorris
Copy link
Contributor

Consider the supplemental methods that we bypassed a trait-based implementation of when implementing the first pass

  • GetModificationTime
  • GetFileExtension
  • GetAssetInfo
    (There may be more)

Consider whether these should be implemented in a more manager-centric manner, via adding traits that can be resolved, rather than just defaulting to filesystem.

GetModificationTime is especially important, as it influences caching internal to USD.

@elliotcmorris elliotcmorris changed the title Trait based supplemental methods. Trait based supplemental methods (GetModificationTime, etc). Feb 3, 2023
@feltech feltech added this to the v1.0.0 milestone May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants