Hi; I am trying to modify the Z coordinate of multiple verticies to the same number.
For example, if I have 3 verticies selected with these 3 example coordinates:
(1,1,1), (2,2,2),(3,3,3)
I want to be able to change it to:
(1,1,9),(2,2,9),(3,3,9)
without moving each vertex individually (because I really have like 200 verticies I need to move). How would I go about doing that (the “n” hotkey can only change the medians of the coordinates of a group of verticies…)?
Thanks,
cfaun5