mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Push through reuseLastVersion value to deadline metadata
This commit is contained in:
parent
b782212328
commit
a7209e68f0
1 changed files with 2 additions and 1 deletions
|
|
@ -249,7 +249,8 @@ def create_skeleton_instance(
|
|||
# map inputVersions `ObjectId` -> `str` so json supports it
|
||||
"inputVersions": list(map(str, data.get("inputVersions", []))),
|
||||
"colorspace": data.get("colorspace"),
|
||||
"hasExplicitFrames": data.get("hasExplicitFrames")
|
||||
"hasExplicitFrames": data.get("hasExplicitFrames") or False,
|
||||
"reuseLastVersion": data.get("reuseLastVersion") or False
|
||||
}
|
||||
|
||||
if data.get("renderlayer"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue