Jump to content

Point Age


PhasmaCeritus

Recommended Posts

You would have to go through pops, since sops cook geometry regardless it's current state ( x+=1 is not possible). You can simple create static particles, with age/life/custom attribute from you points and go back with them to sops. For some specific purpose chops are also in practice here, but I think pops are much more handy.

Another approach might be a sop solver dop, which can write "on a top" of a current geometry, but I'm not sure how about updating points number from sop during execution (turning on "Use Deform Geometry" is an option, but updates also attributes on existing points).

Anyway, popnet is fast and good solution.

Link to comment
Share on other sites

errr... you mean in sops?

If you are only using sops, you can't. You can however get age (or geometry with history over time) by using dops. Specifically the sopsolver can do this for you.

Or you could trigger particles to be emitted from geometry at certain points in time. Those particles will record a life attribute that records the age inside - this is in the POP context.

Link to comment
Share on other sites

hm, I have got the concept but could not figure it out in Houdini, sorry I am new here.

so let's say we have this line with points appearing in time (move the time slider); how do I get an age or creation frame attribute on these points?

thanks

Edited by PhasmaCeritus
Link to comment
Share on other sites

you can find here an attribute called "born", which impulses to 1 for each new born point, is this is what you want?

Cheers,

Junaid

This is awesome what you did, but I still can't figure how can I get an attribute where I could store point creation frame number permanently.

For example spreadsheet at the end should look something like this:

P___birthFrame

1___1

2___10

3___35

4___45

5___63

6___75

7___120

8___130

9___150

where P is a point number and birthFrame is a custom attribute

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