raincole Posted January 29, 2022 Share Posted January 29, 2022 One can access a vertex with prim number and verteix number: geo.prim(prim_num).vertices()[vertex_num] But in Vex, there is another way to retrieve vertex attributes: by the vertex' linear index. Is there a similar function in Python? 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.