mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
remove_instances is empty on autocreators
This commit is contained in:
parent
6fcb38fc72
commit
7dfa424c9b
1 changed files with 3 additions and 2 deletions
|
|
@ -290,6 +290,7 @@ class AutoCreator(BaseCreator):
|
|||
"""Creator which is automatically triggered without user interaction.
|
||||
|
||||
Can be used e.g. for `workfile`.
|
||||
|
||||
Should raise 'AutoCreationSkipped' if has nothing to do.
|
||||
"""
|
||||
def remove_instances(self, instances):
|
||||
"""Skip removement."""
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue