nuke: fixing create write still

This commit is contained in:
Jakub Jezek 2022-05-04 17:02:51 +02:00
parent c18abc195b
commit bc07da3de2
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
2 changed files with 15 additions and 15 deletions

View file

@ -59,9 +59,9 @@
"CreateWriteStill": {
"fpath_template": "{work}/renders/nuke/{subset}/{subset}.{ext}",
"defaults": [
"ImageFrame{frame:0>4}",
"MPFrame{frame:0>4}",
"LayoutFrame{frame:0>4}"
"ImageFrame",
"MPFrame",
"LayoutFrame"
],
"knobs": [],
"prenodes": {
@ -71,7 +71,7 @@
"knobs": [
{
"type": "formatable",
"name": "FrameHold",
"name": "first_frame",
"template": "{frame}",
"to_type": "number"
}