OP-2787 - added extracted path to explicit cleanup

This commit is contained in:
Petr Kalis 2022-05-31 14:20:50 +02:00
parent 2dd79b32e7
commit d37815467a
2 changed files with 4 additions and 0 deletions

View file

@ -95,4 +95,6 @@ class ExtractAnimation(openpype.api.Extractor):
}
instance.data["representations"].append(representation)
instance.context.data["cleanupFullPaths"].append(path)
self.log.info("Extracted {} to {}".format(instance, dirname))

View file

@ -98,4 +98,6 @@ class ExtractAlembic(openpype.api.Extractor):
}
instance.data["representations"].append(representation)
instance.context.data["cleanupFullPaths"].append(path)
self.log.info("Extracted {} to {}".format(instance, dirname))