mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
update doc string
This commit is contained in:
parent
43a2955f86
commit
f84cf14316
1 changed files with 8 additions and 5 deletions
|
|
@ -7,13 +7,16 @@ import hou
|
|||
class ValidateHoudiniNotApprenticeLicense(pyblish.api.InstancePlugin):
|
||||
"""Validate the Houdini instance runs a non Apprentice license.
|
||||
|
||||
When extracting USD files from an apprentice Houdini license,
|
||||
the resulting files will get "scrambled" with a license protection
|
||||
and get a special .usdnc suffix.
|
||||
USD ROPs:
|
||||
When extracting USD files from an apprentice Houdini license,
|
||||
the resulting files will get "scrambled" with a license protection
|
||||
and get a special .usdnc suffix.
|
||||
|
||||
This currently breaks the Subset/representation pipeline so we disallow
|
||||
any publish with apprentice license.
|
||||
This currently breaks the Subset/representation pipeline so we disallow
|
||||
any publish with apprentice license.
|
||||
|
||||
Alembic ROPs:
|
||||
Houdini Apprentice does not export Alembic.
|
||||
"""
|
||||
|
||||
order = pyblish.api.ValidatorOrder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue