KiLa Posted August 31, 2016 Share Posted August 31, 2016 Hi, is there a way to add points and their attributes at the same time, in Point/Primitive SOP? Quote Link to comment Share on other sites More sharing options...
fencer Posted August 31, 2016 Share Posted August 31, 2016 (edited) VEX @Alpha = 0; int np = addpoint(0, {0,0,0}); setpointattrib(0, "Alpha", np, 1, "set"); Edited August 31, 2016 by fencer Quote Link to comment Share on other sites More sharing options...
KiLa Posted August 31, 2016 Author Share Posted August 31, 2016 I was kinda hoping that there would be a VOP way to do it..but snippet it is then. Thank you! -k 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.