Jump to content

Seeing what's inside SOP nodes?


Recommended Posts

So learning about Houdini.

 

I want to know how I can see the innards of these nodes like Carve, wireframe, and whatever - see how it manipulates the data and spits it out at the output. People have been saying to look at the HDK - so I'm just now looking at the Node Organization stuff on the SDK. Everything seems to be just APIs and header files though. :/

 

Any tips?

Link to comment
Share on other sites

You can't look inside atomic SOP operators, they are compiled HDK code and closed-source. There are small number of exceptions, like Mountain SOP, which is VEX type style SOP. In later case you could open Operator Type Properties window and look at the Code tab. HDK examples live in $HFS/toolkit/samples folder. Maybe some of them are actual nodes sources.

Edited by f1480187
Link to comment
Share on other sites

3 hours ago, f1480187 said:

There are small number of exceptions, like Mountain SOP, which is VEX type style SOP.

Note that all "enterable" SOP nodes have blue text, like a subnet/HDA. so its easy to see which ones you can dive into.

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