mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
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:
commit
193b57d6aa
1 changed files with 2 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue