Removed out from the sop_path value

This commit is contained in:
wikoreman 2018-10-03 12:18:04 +02:00
parent e19a412339
commit 792bae854b

View file

@ -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)