Jump to content

Geometry Solver Copy Stamping not working?


danylyon

Recommended Posts

Hi guys

I made an ant which moves their legs with some Geometry Solver magic.

Now I want to copy stamp several ants to points.

But it seems like the Solver node doesn't do correct copy stamping.

Maybe I'm missing something obvious, still quite new to Houdini.

I made a very simple file to demonstrate it.

If this is a known limitation?.. any idea how to achieve something like that?

solver_copy.hip

Link to comment
Share on other sites

Do you just want to animate series of boxes in z direction ?

Remove stamping from box2 and revert that para to default. and in translate z para of copy2 sop write 1. Its cumulative transformation. You will get series of boxes in z direction. You can animate this with transform sop ($F*0.05 in translate z para of transform sop)

or if you have to use solver sop and stamping -

connect transform sop after solver1 and use stamp("../copy1","nr",0) expression in translate x para of transform sop.

Edited by sadhu
Link to comment
Share on other sites

Hi guys.. thanks for looking into it.

Well I don't want to stamp just the output of the solver. I want to stamp the input (so it calculates differently with each input).

I guess it's a bit too ambitious to stamp a dynamic network with different values. Probably never meant to work. I will just Wedge them through and copy stamp the file read.

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...