From 491cef19a20cc41230cf4b0edd620570ab912d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=B3pez=20Barr=C3=B3n?= Date: Sun, 3 Nov 2024 15:36:00 +1100 Subject: [PATCH] note that PySide6 is supported MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian López Barrón --- grill/views/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grill/views/README.md b/grill/views/README.md index 8119ecdb..624b9d2d 100644 --- a/grill/views/README.md +++ b/grill/views/README.md @@ -1,3 +1,3 @@ The `grill.views` package provides `Qt` widgets to author and inspect `USD` scene graphs. -Convenience launchers and menus for **USDView**, **Houdini** and **Maya** are provided (appearing under the `👨‍🍳 Grill` menu), but any DCC or environment with `USD` and `PySide2` should be able to use the widgets. +Convenience launchers and menus for **USDView**, **Houdini** and **Maya** are provided (appearing under the `👨‍🍳 Grill` menu), but any DCC or environment with `USD` and `PySide(2|6)` should be able to use the widgets.