mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Add docstring to Houdini Creators
This commit is contained in:
parent
6144af98df
commit
d8bcf279c2
3 changed files with 3 additions and 2 deletions
|
|
@ -2,6 +2,7 @@ from avalon import houdini
|
|||
|
||||
|
||||
class CreateAlembicCamera(houdini.Creator):
|
||||
"""Single baked camera from Alembic ROP"""
|
||||
|
||||
name = "camera"
|
||||
label = "Camera (Abc)"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ from avalon import houdini
|
|||
|
||||
|
||||
class CreatePointCache(houdini.Creator):
|
||||
"""Alembic pointcache for animated data"""
|
||||
"""Alembic ROP to pointcache"""
|
||||
|
||||
name = "pointcache"
|
||||
label = "Point Cache"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ from avalon import houdini
|
|||
|
||||
|
||||
class CreateVDBCache(houdini.Creator):
|
||||
"""Alembic pointcache for animated data"""
|
||||
"""OpenVDB from Geometry ROP"""
|
||||
|
||||
name = "vbdcache"
|
||||
label = "VDB Cache"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue