Get center point of a edge loop selection
How to get a center point of the selected edge loop ?
Thanks
talk.bindpose.com has been shut down on the 6th of March 2021. You can read a bit more about it here.
You are currently reading an archived copy of the latest content, with all the usernames deleted.
How to get a center point of the selected edge loop ?
Thanks
you guys are super smart, here is my dirty way of doing it, you must select the edge loop as well,
https://paste2.org/Md92wkap
Hi Denilson, reading a bit in PyMel, I found this solution with MeshEdge getPoint
hi denilson,
I found a quick way to find what you are asking for, the only problem is that you have to select edge loops before running the code.
https://paste2.org/51B10sxC
hope this helps. cheers
Oh, that's a really clever way to do it! I wouldn't have thought to take it from the manipulator.
Here's what I've been doing.
thanks, i will give it a shot. didn't know that I could retrieve the manipulator's position.