mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge branch 'bugfix/OP-8210-houdini_redshift_render_aovs_one_layer' of https://github.com/ynput/ayon-core into bugfix/OP-8210-houdini_redshift_render_aovs_one_layer
This commit is contained in:
commit
fbdaca3326
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class CreateRedshiftROP(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)
|
||||
)
|
||||
|
||||
if multilayer_mode_index[multi_layered_mode] == "1":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue