firebblade

firebblade

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Delete Points By ID 2009年11月26日1:25

thanks for your reply ,

About the first question i tried the script in this thread :
http://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&t=17120&highlight=delete [sidefx.com]
but it seems to work only for a certain number of points (something like 500-1000)
Its like the textfield for the blast can not take such a big string

Delete Points By ID 2009年11月24日17:26

Hello,
I'm doing a particle fluid solve which i save with a rop,
then i'm importing the rop's files with a File node.
I'm lasso selecting the points/particles in the Scene View and
creating a group out of them, i pipe down a delete node and use the
group from the selection.The deleted points switch in every frame cause
the point numbers are shifting.

1)Is there a way to use the point() and pointlist() to procedurally
delete the points based on there ID's from a group?
“I tried creating an attribute that has a value of `
point(”/obj/outParticles/file1“, pointlist(”/obj/outParticles /group2“,”deleteGRP“), ”id“, 0) `
and the delete node has an expression of $ID=$VALUE
but this only works for the first point in the list ”

2)Can i view the ID numbers instead of point numbers in the Scene View?



Thank you for your time!

Creep POP and polygons 2009年9月9日10:23

Thank you for your replies mush appreciated
The thing is that i want to be able to create particles (and stuck'em) to the surface where ever i want, have them driven manually,affected by forces ,stop and detach like the attached file but in polygonal surfaces.The Creep POP works brilliant in meshes,
how can i have the same behaviour in polygons?and use the Texture UV instead of the parametric UV of the primitives ?