mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Fix propagation of explicit_frames
This commit is contained in:
parent
f4a9077a78
commit
16e817f5d5
1 changed files with 2 additions and 1 deletions
|
|
@ -247,7 +247,8 @@ def create_skeleton_instance(
|
|||
"useSequenceForReview": data.get("useSequenceForReview", True),
|
||||
# map inputVersions `ObjectId` -> `str` so json supports it
|
||||
"inputVersions": list(map(str, data.get("inputVersions", []))),
|
||||
"colorspace": data.get("colorspace")
|
||||
"colorspace": data.get("colorspace"),
|
||||
"explicit_frames": data.get("explicit_frames")
|
||||
}
|
||||
|
||||
if data.get("renderlayer"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue