Fansub, if the verts need to be in a straight line, it should be simple to make, something like: result = (point1_x, point1_y, point1_z) + (new_x, new_y, new_z) * ((point2_x, point2_y, point2_z) - (point1_x, point1_y, point1_z)) set pos(result) new_ should be an array of data. How you decide to take the first and last…