Jump to content

from Houdini Technical FX : cant find what is wrong with mine.


Recommended Posts

Hi all,

I am watching "Houdini Technical FX" by Peter Claes.

Second Chapter, "Particle Wave".

I was doing this part..post-3325-1219086230_thumb.jpg

I did what Peter did in the tutorial exactly same and Cant find why the group name is invalid..

Here is the Scene File. H9.1

Thank you very much!

particleWave_jyoo_H9.1_001.hip

-j

Edited by Jae Yoo
Link to comment
Share on other sites

While you're inside the foreach network (and causing it to evaluate at this level only), there is no stamp() variable available ("shit") at this scope, meaning it'll use the default value you've supplied.. which is "".

So, at this level your group name is expanding to "selGrp_", which probably doesn't exist.

To fix: Add a sensible default to make sure your group name matches a valid group after being strcat()ed, and/or hit "u" and pop up one level to evaluate the entire foreach, making the stamp variable available.

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