Jump to content

Point Conectivity In Pops How To?


symek

Recommended Posts

So the question is how could I smuggle info about point conectivity into POPs. In VOP Sop I can easy manipulate this data. Neighbor VOP, neighborcount etc. For now I'm using python to store in string attribute list of neighbors but this is odd + it's hard to loop based on it in Vex. Assuming that my point number == particle number (or ID), I'd like to loop in POP VOP through particles which would be connected to that point (if we would talk about point in sop not particles). You know what I mean?

point.attribute.neighbors = "1 2 3 4" - list of points connected to that point in SOP

and than:

in POP VOP:

for every particle in (point.attribute.neighbors):

my code

any ideas?

thanks!

sy.

Edited by SYmek
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...