DOPs Sop solver

   3291   2   0
User Avatar
Member
2624 posts
Joined: Aug. 2006
Offline
Hi ,
I have a sop solver operation I wish to execute. looking at the SOP solver help I use an Object merge with the following expression to pull in my geometry from Dops.

`stamps(“../OUT”,“DATAPATH” , “/obj/AutoDopNetwork/grid_object1”)`

This seems to work fine, except the other geometry within DOPs gets brought into the sop network aswell. In this case a torus.
I thought by using this expression only the grid object would be brought into the sop network. At other stages I am reading via the dopfield expression some values from the torus but at no time any geometry.
Gone fishing
User Avatar
Member
665 posts
Joined: July 2005
Offline
Hi Circus,

DOPs has a slightly different syntax for objects in it's contents.

http://www.sidefx.com/docs/houdini10.0/dynamics/io [sidefx.com]

Have a look at the 'Exporting simulation data to other networks' bit.

It should look something like …


`stamps(“../OUT”,“DATAPATH” , “/obj/AutoDopNetwork:grid/Geometry”)`


cheers,
-j
User Avatar
Member
2624 posts
Joined: Aug. 2006
Offline
Thanks

So close !
Gone fishing
  • Quick Links