mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
hound fix
This commit is contained in:
parent
685d528592
commit
a376db5e58
2 changed files with 3 additions and 4 deletions
|
|
@ -43,8 +43,7 @@ class CreateKarmaROP(plugin.HoudiniCreator):
|
|||
)
|
||||
|
||||
usd_directory = "{usd_dir}{subset_name}_$RENDERID".format(
|
||||
usd_dir=hou.text.expandString(
|
||||
"$HIP/pyblish/renders/usd_renders/"),
|
||||
usd_dir=hou.text.expandString("$HIP/pyblish/renders/usd_renders/"), # noqa
|
||||
subset_name=subset_name
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -72,8 +72,8 @@ class CreateVrayROP(plugin.HoudiniCreator):
|
|||
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,)
|
||||
fmt="${aov}.$F4.{ext}".format(aov="AOV",
|
||||
ext=ext)
|
||||
)
|
||||
filepath = "{}{}".format(
|
||||
hou.text.expandString("$HIP/pyblish/renders/"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue