diff --git a/openpype/pipeline/create/creator_plugins.py b/openpype/pipeline/create/creator_plugins.py index 6e5b4b5991..d7e2d0ffee 100644 --- a/openpype/pipeline/create/creator_plugins.py +++ b/openpype/pipeline/create/creator_plugins.py @@ -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