Syrena Posted February 8, 2016 Share Posted February 8, 2016 (edited) Hello! Having a bit of a stumble here. When I add a pointvop to the popnet via connection 1, and read the age, it's just 0, and doesn't change when upon play. Age works if i put a pointvop inside the poppet, but not outside? How can I get age to work outside the popnet in a pointvop to it's reading the age of the particles in the popnet correctly? What I had done was create a voppop inside the popnet and use parameter node to create an ages variable. Then use another parameter node to bring in ages into the vopsop connected outside to the popnet. Why doesn't age just carry over so I could avoid doing it this way? Okay thanks! Edited February 8, 2016 by Syrena Quote Link to comment Share on other sites More sharing options...
loopyllama Posted February 8, 2016 Share Posted February 8, 2016 If you are using POP Network - Old, age is life[0] in seconds. If you are using POP Network (which is really a DOP Network), then @age works fine. Grid>POP Network(DOP Network) > Attribute Wrangel with: f@foo = @age; reports both @age and @foo correctly as age in seconds. Quote Link to comment Share on other sites More sharing options...
Syrena Posted February 9, 2016 Author Share Posted February 9, 2016 If you are using POP Network - Old, age is life[0] in seconds. If you are using POP Network (which is really a DOP Network), then @age works fine. Grid>POP Network(DOP Network) > Attribute Wrangel with: f@foo = @age; reports both @age and @foo correctly as age in seconds. Hello Loopy! I guess I am using the old POP Network. But my problem seems to be this ... POPNET (OLD) [ source > blah blah blah > pointvop (to add noise)] now POPNET > POINTVOP (to read age into a variable) So I string age to a variable, and read in spreadsheet. Doesn't change. But if I go back into the pointvop inside the POPNET, and string age into a parm node and export as ages, then read it into the pointvop outside the POPNET, the age works like it should in the spreadsheet. So my question is, why doesn't age carry outside the POPNET into a pointvop? I understand what you're saying about point wrangling though Quote Link to comment Share on other sites More sharing options...
loopyllama Posted February 9, 2016 Share Posted February 9, 2016 right mouse click on your popnet. age is not an attribute. your pointvop is grabbing incoming values and sorting them like the mail. your mailbox for age is empty. In your point vop you can import Parameter with name life as Type 2 Floats (vector2). pipe in a vec2tofloat and stuff the fval1 into Cd. Cd is now life0, which is age. This works because you can see the life[2f] as an attribute generated from your popnet. please use the dop version of pops, if possible. it's the future. don't you like the future? 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.