mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add more info to docstring
This commit is contained in:
parent
3657d4cfad
commit
cd837f9b12
1 changed files with 8 additions and 0 deletions
|
|
@ -30,6 +30,14 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
'stagingDir': "path/to/folder/with/files"
|
||||
'name': representation name (usually the same as extension)
|
||||
'ext': file extension
|
||||
optional data
|
||||
'anatomy_template': 'publish' or 'render', etc.
|
||||
template from anatomy that should be used for
|
||||
integrating this file. Only the first level can
|
||||
be specified right now.
|
||||
'startFrame'
|
||||
'endFrame'
|
||||
'framerate'
|
||||
"""
|
||||
|
||||
label = "Integrate Asset New"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue