From 13211fa29559880801e58aee0ae4a72140524f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Delgado=20Kr=C3=A4mer?= Date: Sun, 27 Oct 2024 18:47:28 +0100 Subject: [PATCH] Update README to reflect support for latest USD versions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1092119..bba8892 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## guc -![USD v24.05](https://github.com/pablode/guc/actions/workflows/run-tests-usd2405.yml/badge.svg?branch=main) -![USD v24.03](https://github.com/pablode/guc/actions/workflows/run-tests-usd2403.yml/badge.svg?branch=main) +![USD v24.11](https://github.com/pablode/guc/actions/workflows/run-tests-usd2411.yml/badge.svg?branch=main) +![USD v24.08](https://github.com/pablode/guc/actions/workflows/run-tests-usd2408.yml/badge.svg?branch=main) guc is a glTF to [Universal Scene Description](https://github.com/PixarAnimationStudios/USD) (USD) converter. @@ -25,7 +25,7 @@ All glTF features except animation and skinning are implemented and get continuo ### Build -You need USD v23.11+ (e.g. v24.05) with MaterialX support enabled. +You need USD v23.11+ (e.g. v24.11) with MaterialX support enabled. Do a recursive clone of the repository and set up a build folder: ```