Jump to content

Getting Back data from DOPs


Akabane

Recommended Posts

Yo there, i'm trying to use some points i've scattered on a geometry to create a particle fluid sim, and it works. In DOPs I created a ParticleFluidObj and pointed it to my sopobj (+merge+gravity) and it's all good.

But now i want to fetch the geometry back at SOP level after running the dynamics, and i saw that DOPImport has the "fetch geo from DOP" function.

Well, i pointed the "DOP network" to the actual dopnet (say, "/obj/dopnet1"), and in the geometry path i put `dopobjscreatedby("/obj/dopnet1/particlefluidobject1")`.

But nothing shows up. Does someone know why?

I saw that the synthax is the same (using the particlefluid shelf tool), but i don't know why i don't get any geometry back.

Any clues?

EDIT: Btw, why I have to use the ` symbols to embrace the expression? I usually don't use it (in SOPs thou).

PS: Another thing: usually, here on MacOSX, Alt+\ creates the `, but in Houdini when i do Alt+\ nothing shows up. Any tips? (I'm using an Italian keyboard, maybe that's why?)

Thanks!

Edited by Akabane
Link to comment
Share on other sites

it will import only points so you need to check Display Points in the viewport to see them

or append Add SOP and convert them to particles

or as in Particle Fluid setup append Particle Fluid Surface to convert them to surface

if you want to import what you see in dops you need to write Geometry/Visualization into Geometry Path Data

you need to use `` symbols to embrace expression only in string parameters, otherwise it is considered as string

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...