Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
mark USd as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolar committed Aug 25, 2021
1 parent 0201662 commit 498adfe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openpype/hosts/houdini/plugins/create/create_usd.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class CreateUSD(plugin.Creator):
"""Universal Scene Description"""

label = "USD"
label = "USD (experimental)"
family = "usd"
icon = "gears"
enabled = False
Expand Down
2 changes: 1 addition & 1 deletion openpype/hosts/houdini/plugins/create/create_usdrender.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class CreateUSDRender(plugin.Creator):
"""USD Render ROP in /stage"""

label = "USD Render"
label = "USD Render (experimental)"
family = "usdrender"
icon = "magic"

Expand Down
2 changes: 1 addition & 1 deletion repos/avalon-core
2 changes: 1 addition & 1 deletion website/docs/artist_hosts_houdini.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 498adfe

Please sign in to comment.