bonassus Posted September 18, 2018 Share Posted September 18, 2018 When setting a parameter value with VEXpressions for instance orbitspeed = orbitspeed. Is it possible to set orbitspeed upstream in a pop wrangle? there is no @orbitspeed on the geometry. So I guess this is not an attribute but a parameter value somehow accessible with set variables only in the VEXpression field. Thanks Quote Link to comment Share on other sites More sharing options...
toadstorm Posted September 18, 2018 Share Posted September 18, 2018 If you crack open most of the POP DOPs that support VEXpressions, you'll see that they're just modifying local variables inside the VOPnet, not actual geometry attributes. You could always create some arbitrary @orbitspeed attribute and then use `orbitspeed = @orbitspeed` in your VEXpression. Quote Link to comment Share on other sites More sharing options...
bonassus Posted September 18, 2018 Author Share Posted September 18, 2018 Oh I see. Thank you very much! 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.