Jump to content

basic HDK question


Recommended Posts

I'm new to both C++ and HDK. I manage to get my compiled SOPs into houdini but it return an empty geo even with when the cook function consists of a simple `return error()`. I'm guessing the `gdp` is automatically used as output geo but how do I set this to be the old geo? Do I need to initialise anything to hook things up?

grateful for any help

Thx

Link to comment
Share on other sites

What do you mean by the "old" geo? The "gdp" is the output geo. In SOPs, there is no built-in support for iteration. If you want to say take the geometry from the last frame, then you have to maintain that yourself.

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