mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
add TODO for Intermediate render files
This commit is contained in:
parent
54eb86c860
commit
5e4138e0ec
1 changed files with 7 additions and 5 deletions
|
|
@ -66,11 +66,13 @@ class CollectFilesForCleaningUp(pyblish.api.InstancePlugin,
|
|||
# aovs.values() is a list of lists
|
||||
files.extend(sum(aovs.values(), []))
|
||||
|
||||
# Render Intermediate files.
|
||||
# This doesn't cover all intermediate render products.
|
||||
# E.g. Karma's USD and checkpoint.
|
||||
# For some reason it's one file with $F4 evaluated as 0000
|
||||
# So, we need to get all the frames.
|
||||
# Intermediate render files.
|
||||
# TODO 1:For products with split render enabled,
|
||||
# We need to calculate all exported frames. as.
|
||||
# `ifdFile` should be a list of files.
|
||||
# TODO 2: For products like Karma,
|
||||
# Karma has more intermediate files
|
||||
# e.g. USD and checkpoint
|
||||
ifdFile = instance.data.get("ifdFile")
|
||||
if self.include_intermediate_files and ifdFile:
|
||||
files.append(ifdFile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue