mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound fix
This commit is contained in:
parent
708c125433
commit
34b387a293
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ class CreateRedshiftROP(plugin.HoudiniCreator):
|
|||
ext = pre_create_data.get("image_format")
|
||||
filepath = "{renders_dir}{subset_name}/{subset_name}.{fmt}".format(
|
||||
renders_dir=hou.text.expandString("$HIP/pyblish/renders/"),
|
||||
subset_name=subset_name,
|
||||
fmt="${aov}.$F4.{ext}".format(aov="AOV", ext=ext)
|
||||
subset_name=subset_name,
|
||||
fmt="${aov}.$F4.{ext}".format(aov="AOV", ext=ext)
|
||||
)
|
||||
|
||||
parms = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue