zmfovlr Posted June 14, 2020 Share Posted June 14, 2020 Hey Guys, I need help! I want know how to attribute copy with vex I need some attribute copy from vellum constraint to vellum geometry Attribute Copy Sop is Good working, but I don't use it in my case however I must be used by vex this is my test file. anyone please how do this for me attribute_copy_v01.hip Quote Link to comment Share on other sites More sharing options...
anim Posted June 14, 2020 Share Posted June 14, 2020 you can do this in Primitive Wrangle int prim = pointprims(1, @ptnum)[0]; if (prim != -1){ v@Cd = prim(1, 'Cd', prim); } 1 Quote Link to comment Share on other sites More sharing options...
zmfovlr Posted June 14, 2020 Author Share Posted June 14, 2020 1 hour ago, anim said: you can do this in Primitive Wrangle int prim = pointprims(1, @ptnum)[0]; if (prim != -1){ v@Cd = prim(1, 'Cd', prim); } Thanks Tomas I didn't know how to do this!! This way is very good working in my case! 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.