Jump to content

Delete particle


Recommended Posts

Hi, I'm a student learning houdini.

I'm working with particles and I want to delete just few of the points that I choose.

I tried to use particle ID but because of the life expectancy variance, the id keeps changing and I couldn't delete the point. So, for the same reason delete SOP doesn't work too. (It only gets deleted in the specific frame which I selected the point) 

Are there any resolutions of deleting particles that I want to delete?  I've also seen an example hip file in odforce that uses 'for loop node' in VOP but I couldn't try that way because it doesn't work in houdini 16.

Edited by heydeun2
Link to comment
Share on other sites

if you get the particles from a popnet (and on the source "create id" is on, which is default) the IDs do not change when particles die or get created. But the pointnumber (@ptnum) does! so deleting by ID should work just fine.
 

so if you want to delete specific points, note down their ID from the geo spreadsheet and then you can use a blast SOP, put it to points and in group parameter put @id=x @id=y @id=z and so on (replace x y z with the id)

Edited by 3dome
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...