mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
Removed out from the sop_path value
This commit is contained in:
parent
e19a412339
commit
792bae854b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,6 +28,6 @@ class CreatePointCache(houdini.Creator):
|
|||
|
||||
if self.nodes:
|
||||
node = self.nodes[0]
|
||||
parms.update({"sop_path": "%s/OUT" % node.path()})
|
||||
parms.update({"sop_path": node.path()})
|
||||
|
||||
instance.setParms(parms)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue