symek Posted August 10, 2007 Share Posted August 10, 2007 (edited) 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 August 10, 2007 by SYmek Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.