mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
mark USd as experimental
This commit is contained in:
parent
0201662813
commit
498adfeeb9
4 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ from openpype.hosts.houdini.api import plugin
|
|||
class CreateUSD(plugin.Creator):
|
||||
"""Universal Scene Description"""
|
||||
|
||||
label = "USD"
|
||||
label = "USD (experimental)"
|
||||
family = "usd"
|
||||
icon = "gears"
|
||||
enabled = False
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ from openpype.hosts.houdini.api import plugin
|
|||
class CreateUSDRender(plugin.Creator):
|
||||
"""USD Render ROP in /stage"""
|
||||
|
||||
label = "USD Render"
|
||||
label = "USD Render (experimental)"
|
||||
family = "usdrender"
|
||||
icon = "magic"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue