• URI resolver by Luma Pictures
  • S3 URI resolver Western Digital's S3 asset store resolver
  • RodeoFX resolver RodeoFX's Replace Resolver (last commit: 2019)
  • turret_usd: Animal Logic's URI resolver for turret
  • USD Asset Resolver Reference Implementations (Part of the USD Survival Guide, implement the AR 2.0 spec):
    • File Resolver: A file system based resolver similar to the default resolver with support for custom mapping pairs as well as at runtime modification and refreshing.
    • Python Resolver: Python based implementation of the file resolver. The goal of this resolver is to enable easier RnD by running all resolver and resolver context related methods in Python. It can be used to quickly inspect resolve calls and to setup prototypes of resolvers that can then later be re-written in C++ as it is easier to code database interactions in Python for initial research.
  • No labels