Jump to content

Data stream in SOP


Recommended Posts

The data stream flows from the previous node to the current. some sop nodes create their own data and also you can attach your own custom if you want.

for example, if you place a normal sop node after a geometry Houdini creates an attribute called N and assign it to vertex or point of the geometry and then you can use it to your needs. like for color or drive velocity with N.

also, each sop node recooks if the above nodes change. each node responsible to get input geometry and do some operation on it and generate a new one, and each sop node has its own local cache to speed up operations.

for more information refer to Houdini Masterclass "compiled SOPs" by Sidefx, jeff explain it in much more detail.

 

  • Thanks 1
Link to comment
Share on other sites

7 hours ago, Abyss said:

The data stream flows from the previous node to the current. some sop nodes create their own data and also you can attach your own custom if you want.

for example, if you place a normal sop node after a geometry Houdini creates an attribute called N and assign it to vertex or point of the geometry and then you can use it to your needs. like for color or drive velocity with N.

also, each sop node recooks if the above nodes change. each node responsible to get input geometry and do some operation on it and generate a new one, and each sop node has its own local cache to speed up operations.

for more information refer to Houdini Masterclass "compiled SOPs" by Sidefx, jeff explain it in much more detail.

 

thx much!

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