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

Parse Animal Logic ALab – USD Production Scene #91

Open
4 of 6 tasks
syoyo opened this issue Sep 27, 2023 · 0 comments
Open
4 of 6 tasks

Parse Animal Logic ALab – USD Production Scene #91

syoyo opened this issue Sep 27, 2023 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@syoyo
Copy link
Collaborator

syoyo commented Sep 27, 2023

https://dpel.aswf.io/alab/

Summary

  • support custom upAxis token
    • TinyUSDZ only allow "X", "Y" or "Z" (case sensitive)
    • Use default value when tokens is not in allowedToken list
    • pxrUSD has an ability to set custom upAxis and default upAxis through pluginInfo
  • nested VariantSet Nested VariantSet #94
  • BasisCurves parse warning
    • uniform token "basis" = ""
  • NurbsCurves
  • Support __AnyType__ token [Enhancement] Support __AnyType__ token #95

Parse failures

Some notable parse failures...

/mnt/data/data/usd/ALab/entity/structure_brick04/structure_brick04.usda
ERR : Failed to parse USDA
[error]/home/syoyo/work/tinyusdz/src/usda-reader.cc:Read():1978 Parse failed:
err_stack[1] USDA source near line 8, col 17: [error]/home/syoyo/work/tinyusdz/src/ascii-parser.cc:Parse():4722 Failed to parse Stage metas.
err_stack[0] USDA source near line 8, col 17: [error]/home/syoyo/work/tinyusdz/src/ascii-parser.cc:ParseStageMetaOpt():1708 Invalid `upAxis` value. Must be "X", "Y" or "Z", but got "y"(Note: Case sensitive)
/mnt/data/data/usd/ALab/fragment/geo/modelling/structure_wall_right01/geo_modelling_structure_wall_right01.usda
ERR : Failed to parse USDA
[error]/home/syoyo/work/tinyusdz/src/usda-reader.cc:Read():1978 Parse failed:
err_stack[2] USDA source near line 92, col 23: [error]/home/syoyo/work/tinyusdz/src/ascii-parser.cc:Parse():4780 Failed to parse `def` block.
err_stack[1] USDA source near line 92, col 23: [error]/home/syoyo/work/tinyusdz/src/ascii-parser.cc:ParseBlock():4578 Failed to parse `variantSet` statement.
err_stack[0] USDA source near line 92, col 23: [error]/home/syoyo/work/tinyusdz/src/ascii-parser.cc:ParseVariantSet():4304 Nested `variantSet` is not supported yet.
@syoyo syoyo added bug Something isn't working enhancement New feature or request labels Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant