Merge branch 'feature/houdini_cleanup_after_publishing' of https://github.com/ynput/ayon-core into feature/houdini_cleanup_after_publishing

This commit is contained in:
MustafaJafar 2024-04-25 10:44:52 +02:00
commit 193b57d6aa

View file

@ -73,9 +73,8 @@ class CollectFilesForCleaningUp(pyblish.api.InstancePlugin,
files.extend(sum(aovs.values(), []))
# Intermediate exported render files.
# TODO : For products like Karma,
# Karma has more intermediate files
# e.g. USD and checkpoint
# TODO : Clean up intermediate files of Karma product type.
# as "ifdFile" works for other render product types only.
ifdFile = instance.data.get("ifdFile")
if self.intermediate_exported_render and ifdFile:
start_frame = instance.data.get("frameStartHandle", None)