Jump to content

particle life time same as frame range?


Baldric

Recommended Posts

Hello everyone,

 

can anyone tell me what one has to do to make sure that particles in Houdini 14 will live exactly as long as the framerange that is set, regardless of what that range is set to?

 

Thanks,

 

Doug

 

Not sure if this is what you mean, but you could always set the lifetime to $RFEND which will reference whatever your last frame is.  This may not be what you want as the lifetime is based on seconds, so if you're working in 24 fps you could try dividing it down to get the exact frame lifetime you want.  EX.   $RFEND /24 should kill your particles at the last frame. 

 

edit:  dividing it by $FPS should work.

Edited by NSugleris
Link to comment
Share on other sites

Not sure if this is what you mean, but you could always set the lifetime to $RFEND which will reference whatever your last frame is.  This may not be what you want as the lifetime is based on seconds, so if you're working in 24 fps you could try dividing it down to get the exact frame lifetime you want.  EX.   $RFEND /24 should kill your particles at the last frame. 

 

edit:  dividing it by $FPS should work.

 

 this will work if $RFSTART is 1,  otherwise subtract $RFSTART .. so ($RFSTART-$RFEND)/$FPS

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