Fix propagation of explicit_frames

This commit is contained in:
Petr Kalis 2025-02-26 14:19:03 +01:00
parent f4a9077a78
commit 16e817f5d5

View file

@ -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"):