hou_noob Posted February 24, 2014 Share Posted February 24, 2014 I have been experimenting with FLIP and at a point where i want to use a sop solver to manipulate the velocity of the particles.. so, I create a sop solver in the AutoDopNetwork and then.... inside the SOP solver are > dop_geometry, impacts, feedbacks, relationship_geometry i want to grab the dop_geometry and to "process" but i am thrown for a loop with the `stamps("..","DATANAME",chs("../datapath"))` can anyone help me with this magic ? While i am happy Houdini autoMagically fills in the data, i am clueless what is imported? If i were to delete all the nodes inside the SOP solver, how would i bring the Flip particles in, to process them to change their velocity. thanks in advance Quote Link to comment Share on other sites More sharing options...
SpencerL Posted February 24, 2014 Share Posted February 24, 2014 Your flip particles come in at 'dop_geometry' SOP inside the SOP Solver. The flip particles are stored in the 'Geometry' field of the dopsim. Under the Geometry Data Path of the DOP Import 'dop_geometry', its is grabbing the path 'Geometry' from the chs("../datapath") reference Quote Link to comment Share on other sites More sharing options...
hou_noob Posted February 26, 2014 Author Share Posted February 26, 2014 thanks Spencer ! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.