🐶 fix hound

This commit is contained in:
Ondřej Samohel 2024-01-08 11:16:33 +01:00
parent 1e3fad27b0
commit 3e4b8a1522
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -82,7 +82,7 @@ class CreateRedshiftROP(plugin.HoudiniCreator):
camera = node.path()
parms["RS_renderCamera"] = camera or ""
export_dir=hou.text.expandString("$HIP/pyblish/rs/")
export_dir = hou.text.expandString("$HIP/pyblish/rs/")
rs_filepath = f"{export_dir}{subset_name}/{subset_name}.$F4.rs"
parms["RS_archive_file"] = rs_filepath