Nuke: settings prerender use limit by default

This commit is contained in:
Jakub Jezek 2021-06-14 23:00:35 +02:00
parent 1e502773fd
commit cc06efc415
No known key found for this signature in database
GPG key ID: D8548FBF690B100A
2 changed files with 7 additions and 1 deletions

View file

@ -13,7 +13,8 @@
"fpath_template": "{work}/renders/nuke/{subset}/{subset}.{frame}.{ext}"
},
"CreateWritePrerender": {
"fpath_template": "{work}/prerenders/nuke/{subset}/{subset}.{frame}.{ext}"
"fpath_template": "{work}/prerenders/nuke/{subset}/{subset}.{frame}.{ext}",
"use_range_limit": true
}
},
"publish": {

View file

@ -77,6 +77,11 @@
"type": "text",
"key": "fpath_template",
"label": "Path template"
},
{
"type": "boolean",
"key": "use_range_limit",
"label": "Use Frame range limit by default"
}
]
}