nuke: wrong expression

This commit is contained in:
Jakub Jezek 2022-03-10 15:59:28 +01:00
parent be19709107
commit 87719ed878
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -54,7 +54,7 @@ class ExtractSlateFrame(openpype.api.Extractor):
handle_end = instance.data["handleEnd"]
frame_length = int(
(frame_start - frame_end + 1) + (handle_start + handle_end)
(frame_end - frame_start + 1) + (handle_start + handle_end)
)
temporary_nodes = []