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

Supported features tracking #1

Open
56 of 71 tasks
mxpv opened this issue Jan 7, 2024 · 0 comments
Open
56 of 71 tasks

Supported features tracking #1

mxpv opened this issue Jan 7, 2024 · 0 comments

Comments

@mxpv
Copy link
Owner

mxpv commented Jan 7, 2024

Reading usdc (binary crate files)

  • Read structural data (headers, sections, tokens, etc) - 4d5072c, see dump_usdc.rs example.
    • Support older file formats (== 0.1.0 and < 0.4.0)
    • Support chunked lz4 decompression (important for large binary files, need to find proper usd file).
  • Read spec hierarchy - ae5088a
  • Read basic types
    • Bool
    • Uchar
    • Int
    • Uint
    • Int64
    • Uint64
    • Half
    • Float
    • Double
    • String
    • Token
    • AssetPath
  • Read complex types (arrays, compressed arrays, etc)
  • ListOps
    • TokenListOp
    • StringListOp
    • PathListOp
    • ReferenceListOp
    • IntListOp
    • Int64ListOp
    • UIntListOp
    • UInt64ListOp
    • PayloadListOp - 6ea5378
  • Read SDF types
    • PathVector
    • TokenVector
    • Specifier
    • Permission
    • Variability
    • VariantSelectionMap
    • TimeSamples
    • Payload - 6ea5378
    • DoubleVector
    • LayerOffsetVector - 6b854fd
    • StringVector - 6b854fd
    • ValueBlock
    • Value
    • UnregisteredValue
    • UnregisteredValueListOp
    • TimeCode
    • PathExpression

Reading usda

  • Tokenizer
  • Reader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant