From 79d37ee69d7bfa2014a74ac86de4bfb24b8efd62 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Thu, 3 Aug 2023 03:16:15 +0900 Subject: [PATCH] Update status.md --- doc/status.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/status.md b/doc/status.md index da0ec8f91..3485364ac 100644 --- a/doc/status.md +++ b/doc/status.md @@ -83,6 +83,7 @@ NOTE: USDC(Binary) = Read only ## Work in progress +* [x] Custom filesystem handler(Asset Resolution) * [ ] Composition(VariantSet) syntax * [x] VariantSet Ascii parse * [x] VariantSet Ascii print @@ -95,6 +96,13 @@ NOTE: USDC(Binary) = Read only * Please see [usdObj.md](usdObj.md) * [ ] C-API for other languages * [ ] Python binding and package. +* [ ] Composition Arcs + * Parsing some Composition Arcs possible, needs Evaluation of it. + * [x] subLayers + * [x] references + * [x] payloads(delayed load) + * [ ] variants/variantSets + * [ ] specializers(priority is low) ## TODO @@ -103,16 +111,8 @@ NOTE: USDC(Binary) = Read only * [ ] MeshLight(GeometryLight) * [ ] Collection API * e.g. Light Sets -* [ ] Composition Arcs - * Parsing some Composition Arcs possible, needs Evaluation of it. - * [ ] subLayers - * [ ] references - * [ ] payloads(delayed load) - * [ ] variants/variantSets(priority is low) - * [ ] specializers(priority is low) * [ ] Delayed load of Layer/Stage * [ ] Instancing -* [ ] Custom filesystem handler(Asset Resolution) * [ ] Volume(usdVol) * [ ] MagicaVoxel vox for Volume? * [ ] VDBVolume support through TinyVDBIO? https://github.com/syoyo/tinyvdbio