mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #5320 from ynput/bugfix/houdini_fix-typo-RS-proxy
This commit is contained in:
commit
12a0db85bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue