mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
auto creator idea
This commit is contained in:
parent
fc03295817
commit
6979b4955a
1 changed files with 7 additions and 0 deletions
|
|
@ -193,3 +193,10 @@ class Creator(BaseCreator):
|
|||
short description.
|
||||
"""
|
||||
return self.description
|
||||
|
||||
|
||||
class AutoCreator(BaseCreator):
|
||||
"""Creator which is automatically triggered without user interaction.
|
||||
|
||||
Can be used e.g. for `workfile`.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue