Jump to content

Popevent not working, what I am doing wrong?


tomhanks

Recommended Posts

I am doing some particle sim, I am emitting some particles and spliting them to make a trail, but I want that my split POP stop after my leader particle moves to a certain height, so I am using the popevent with a simple expression like "$TY<1", so my particle just keep spliting until reaches 1 on Y axis, but it's not working, can anyone help me?

event.hip

Link to comment
Share on other sites

Hi Michel,

I had a look at your scene and I think you are using the Event POP in the right way.

You have an unexpected behavior just because each time the Event POP returns 1 (when one single particle has $TY less than 1), every particles are splitted and not just the ones with $TY less than 1.

So, I made a little change in your scene... and a different way to do what you are after without using the Event POP because in your test it isn't really helpful.

Good luck,

Emanuele

event_fix.hipnc

Edited by Emanuele Berti
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...