hound: suggestions

This commit is contained in:
Jakub Jezek 2021-09-23 15:03:38 +02:00
parent a403e4afdf
commit c643431aa8
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -17,7 +17,7 @@ class CreateWriteStill(plugin.PypeCreator):
"ImageFrame{:0>4}".format(nuke.frame()),
"MPFrame{:0>4}".format(nuke.frame()),
"LayoutFrame{:0>4}".format(nuke.frame())
]
]
def __init__(self, *args, **kwargs):
super(CreateWriteStill, self).__init__(*args, **kwargs)
@ -92,11 +92,10 @@ class CreateWriteStill(plugin.PypeCreator):
self.data.update(creator_data)
write_data.update(creator_data)
self.log.info("Adding template path from plugin")
write_data.update({
"fpath_template": ("{work}/renders/nuke/{subset}"
"/{subset}.{ext}")})
"fpath_template": (
"{work}/renders/nuke/{subset}/{subset}.{ext}")})
_prenodes = [
{