diff --git a/colorbleed/plugins/houdini/create/create_pointcache.py b/colorbleed/plugins/houdini/create/create_pointcache.py index 698594796d..481404dcec 100644 --- a/colorbleed/plugins/houdini/create/create_pointcache.py +++ b/colorbleed/plugins/houdini/create/create_pointcache.py @@ -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)