diff --git a/openpype/hosts/houdini/plugins/create/create_usd.py b/openpype/hosts/houdini/plugins/create/create_usd.py index 076197bace4..5bcb7840c06 100644 --- a/openpype/hosts/houdini/plugins/create/create_usd.py +++ b/openpype/hosts/houdini/plugins/create/create_usd.py @@ -4,7 +4,7 @@ class CreateUSD(plugin.Creator): """Universal Scene Description""" - label = "USD" + label = "USD (experimental)" family = "usd" icon = "gears" enabled = False diff --git a/openpype/hosts/houdini/plugins/create/create_usdrender.py b/openpype/hosts/houdini/plugins/create/create_usdrender.py index 9b98f59ac11..cb3fe3f02b6 100644 --- a/openpype/hosts/houdini/plugins/create/create_usdrender.py +++ b/openpype/hosts/houdini/plugins/create/create_usdrender.py @@ -5,7 +5,7 @@ class CreateUSDRender(plugin.Creator): """USD Render ROP in /stage""" - label = "USD Render" + label = "USD Render (experimental)" family = "usdrender" icon = "magic" diff --git a/repos/avalon-core b/repos/avalon-core index e5c8a15fde7..52e24a9993e 160000 --- a/repos/avalon-core +++ b/repos/avalon-core @@ -1 +1 @@ -Subproject commit e5c8a15fde77708c924eab3018bda255f17b5390 +Subproject commit 52e24a9993e5223b0a719786e77a4b87e936e556 diff --git a/website/docs/artist_hosts_houdini.md b/website/docs/artist_hosts_houdini.md index f70eac625ac..d2aadf05cbd 100644 --- a/website/docs/artist_hosts_houdini.md +++ b/website/docs/artist_hosts_houdini.md @@ -52,7 +52,7 @@ Alembic ROP `/out/pointcacheStrange` This part of documentation is still work in progress. ::: -## USD +## USD (experimental support) ### Publishing USD You can publish your Solaris Stage as USD file. ![Solaris USD](assets/houdini_usd_stage.png)