Merge pull request #5320 from ynput/bugfix/houdini_fix-typo-RS-proxy

This commit is contained in:
Ondřej Samohel 2023-07-19 10:33:49 +02:00 committed by GitHub
commit 12a0db85bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ class CreateRedshiftProxy(plugin.HoudiniCreator):
instance_node = hou.node(instance.get("instance_node"))
parms = {
"RS_archive_file": '$HIP/pyblish/`{}.$F4.rs'.format(subset_name),
"RS_archive_file": '$HIP/pyblish/{}.$F4.rs'.format(subset_name),
}
if self.selected_nodes: