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

Updated readme to contain a more explicit list of objects that have b… #26

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ Rust bindings for [USD](https://github.com/PixarAnimationStudios/USD).
- You can create references under prims or as layers.
- You can traverse the prims in a stage.

# Work to do
- [ ] Relationships
- [ ] Schemas
- [ ] Edit Targets
- [ ] Variant Sets
- [ ] Get/Set default root prim
A more complete list can be found in the [checklist](checklist.md)

# The parts
- usd-cpp is a crate to build the cpp shared library and its dependencies (tbb, boost ..).
Expand Down
91 changes: 91 additions & 0 deletions checklist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
This project is currently focused on exposing the top level USD api and the schemas on top of
those as much as possible. Everything related to UsdStage, UsdPrim and where necessary the
lower level types should be exposed, such as VtValue.

The intention is that later on the higher performance sdf and hydra apis are also exposed.

# Progress
This is a checklist of the state of exposed objects in the
USD libraries. If the library is not listed then nothing is
exposed.

## sdf

| Class | Usable |
|--------------------------------|------------------|

## tf

| Class | Usable |
|--------------------------------|------------------|

## usd

| Class | Usable |
|--------------------------------|------------------|
| EndSentinel | |
| Iterator | |
| LayerMutingChanged | |
| ObjectsChanged | |
| PcpPrimIndex | |
| StageContentsChanged | |
| StageEditTargetChanged | |
| StageNotice | |
| UsdAPISchemaBase | |
| UsdAttribute |:heavy_check_mark:|
| UsdClipsAPI | |
| UsdCollectionAPI | |
| UsdEditTarget | |
| UsdExpiredPrimAccessError | |
| UsdInherits | |
| UsdModelAPI | |
| UsdNotice | |
| UsdObject | |
| UsdPayloads | |
| UsdPrim |:heavy_check_mark:|
| Usd_PrimData | |
| Usd_PrimDataSiblingIterator | |
| Usd_PrimDataSubtreeIterator | |
| Usd_PrimFlagsConjunction | |
| Usd_PrimFlagsDisjunction | |
| UsdPrimSiblingIterator | |
| UsdPrimSiblingRange | |
| UsdPrimSubtreeIterator | |
| UsdPrimSubtreeRange | |
| UsdPrimTypeInfo | |
| UsdProperty | |
| UsdReferences |:heavy_check_mark:|
| UsdRelationship |:heavy_check_mark:|
| Usd_Resolver | |
| UsdResolveTarget | |
| UsdSchemaBase | |
| UsdSchemaKind | |
| UsdSchemaRegistry | |
| UsdSpecializes | |
| UsdStage |:heavy_check_mark:|
| UsdTimeCode | |
| UsdTyped | |
| UsdUsdaFileFormat | |
| UsdUsdcFileFormat | |
| UsdUsdFileFormat | |
| UsdUsdzFileFormat | |
| UsdVariantSet | |
| UsdVariantSets | |
| VersionPolicy | |

## usd_geom

| Class | Usable |
|--------------------------------|------------------|

## usd_shade

| Class | Usable |
|--------------------------------|------------------|

## tf

| Class | Usable |
|--------------------------------|------------------|