mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
remove string conversion for instance name
Should not be in this PR
This commit is contained in:
parent
5748c64c08
commit
4ff85c7e18
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue