From 3e3a70029813c0b34adf89ea81e124dad56e1114 Mon Sep 17 00:00:00 2001 From: Luke Titley Date: Tue, 9 Jan 2024 15:28:59 +0100 Subject: [PATCH] Update intent in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27477542..e6a52864 100644 --- a/README.md +++ b/README.md @@ -85,9 +85,9 @@ The image is called [luketitley/vfxrs_env_usd](https://hub.docker.com/repository # Progress -This project is currently focused on exposing the top level USD api as much as possible. -Everything related to UsdStage, UsdPrim and where necessary the lower level types are should be -exposed, such as VtValue. +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.