Notifications
Clear all

[Closed] selecting veticies based upon an array

i have some code that generates an array of numbers. I would like to use this array to select a series of verticies on an edit mesh modifier and move them a specific distance and. I have got the command to drag the verts using macro recorder but how do i tell it to select the verts stored in the array?

1 Reply
1 Reply
(@ofer_z)
Joined: 11 months ago

Posts: 0

setVertSelection $ $.modifiers[#Edit_Mesh] #(1,2,3,4,5)

hOpe this helps,
o