Jump to content

Maintain carve node animation after merging overlapping paths?


Sead

Recommended Posts

Hi, All.

I was trying to do a growth animation, Paths was using findshortestpath node to generate, animation driven by carve node. But after I dissolved all those overlapping paths, animation from carve node changed together.

The main goal is maintain the carve node animation after I dissolved all those overlapping paths.

I have tried some methods down below:

  1. attatch carve node before I get rid of those overlapping paths, create an attribute to save those points position. and then put a point wrangle after I get rid of those overlapping paths to transfer P attribute. (it will appear some lines connect to points in the beginning of animation, I dont know if my problem)
  2. attatch first carve node before I get rid of those overlapping paths, then create a point attribute, and transfer it after I dissolved all those overlapping paths, and use second carve node to pick up that attribute. (Because that attribute based on point, So when they travel through the position that between points will cause lag, like skip frames did.)

I use carve node instead of clip node is because I need the first points actual moving, So I can pick up their Velocities to render motionblur.

Any ideas?

 

 

 

Match_Carve.hip

Edited by Sead
Link to comment
Share on other sites

  • Sead changed the title to Maintain carve node animation after merging overlapping paths?
7 hours ago, hannes603 said:

Hi, Hanne. Thank you for reply.

unfortunately, This is not what I after it.

They might seem like the same, But they are not.

Your result was when one path had grown, and another starts.

What I after it more like, The others start to growth When the first one came by.

Edited by Sead
Link to comment
Share on other sites

8 hours ago, Sead said:

Hi, Hanne. Thank you for reply.

unfortunately, This is not what I after it.

They might seem like the same, But they are not.

Your result was when one path had grown, and another starts.

What I after it more like, The others start to growth When the first one came by.

you can simply but an offset or a noise to the cost attribute or use the meta data from the loop to change the timing and randomise like in the example below

growth_carve_random_for_each.hip

Edited by hannes603
Link to comment
Share on other sites

5 hours ago, hannes603 said:

you can simply but an offset or a noise to the cost attribute or use the meta data from the loop to change the timing and randomise like in the example below

growth_carve_random_for_each.hip 224.4 kB · 2 downloads

Paths overlapping, I am new in houdini here, can you combine them in my .hip?

Link to comment
Share on other sites

On 12/20/2024 at 1:19 AM, hannes603 said:

Thank you for reply.

But this setup seems like quite heavy in my scene, Is another way could do it?

I am thinking, is it possible to set an attribute that reference original carve node animation. (in this case which is "Second U" of original carve node)

and then group all those longest paths, they start the animation first, then calculate their distance to not equal longest path group, (main goal is let others paths know longest paths have came)

When the distance less to a value, and that attribute starts to kick in, and then use this attribute to drive Second Carve Node?

I have done the group longest paths part, And i don't know how to do it next. mostly don't know is it possible?

Anyway, Thank you for the help also, And I would like you to use my .hip file to the next step if not bother.

Match_Carve_v2.hip

Edited by Sead
Link to comment
Share on other sites

On 12/21/2024 at 8:17 AM, Aizatulin said:

You can probably try to capture the u position of the parent prim using xyzdist() limiting to the Prim_ID you have defined. Once you have the u-parameter from the start and end point you can use the fit function (to fit them to 0-1).

Match_Carve_mod.hipnc 199.79 kB · 2 downloads

Hi, Aizatulin, Thanks for replying.

Your method seems like worked, I don't know how you do it, I try this before, But not with xyzdist().

More like capture the points position and transfer it to another. But situation in carve node is a bit complex, Because the ptnum will change, At the beginning ptnum was 0, Over time it became to growth.. and if you try to transfer position to them, at the beginning there is nobody home.

Edited by Sead
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...