Hi, I had a script for Maya which copy direction from one vertex normal to another, but I can't find him now and don't remember his name or where I found him. This script was very simple, you need just select mesh, in marking menu, choose "vertex face", then select first vertex, from where you want copy normal direction and then selects the last vertex, where you want to copy new normal direction and then just run the script
. Have you some ideas.
Thank you.
Replies
Select any number of face vertices, the first being that which you want to copy from. Run the MEL script below. This will copy the normal direction from the first face vertex to all other selected.
Code is commented so you can see what I'm doing to get there. Hope this works for you