mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
nuke: wrong expression
This commit is contained in:
parent
be19709107
commit
87719ed878
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue