remove string conversion for instance name

Should not be in this PR
This commit is contained in:
Jiri Sindelar 2023-08-04 14:58:30 +02:00
parent 5748c64c08
commit 4ff85c7e18

View file

@ -242,7 +242,7 @@ class ExtractSlateFrame(publish.Extractor):
# render slate as sequence frame # render slate as sequence frame
nuke.execute( nuke.execute(
str(instance.data["name"]), instance.data["name"],
int(slate_first_frame), int(slate_first_frame),
int(slate_first_frame) int(slate_first_frame)
) )