Nice...I'd never seen that site before. And it looks like MitMeshVertex has the function to get the other vertices directly, so no need to get the edges as a middle step.
On Thu, Oct 3, 2013 at 8:38 AM, Joe Weidenbach <[email protected]> wrote: > Just a quick answer, but check out http://mayamel.tiddlyspot.com. It's a > GREAT resource for python and MEL commands, that I use all the time. The > navigation takes a bit of getting used to, but basically just look at the > tags to the right. If you click on "Vert", you'll find a list of vert > related questions, and clicking one will open an answer (I don't know of > anyway to permalink directly). The one you're looking for is "How can I > find edge-connected verts based on a source vert?". It's even got complete > source code to build off of. > > > On 10/2/2013 4:44 AM, DayDreamer wrote: > >> How to find adjacent veritces of a particular vertex in a face using Maya >> Api. >> >> Thanks >> >> > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to > python_inside_maya+**[email protected]<python_inside_maya%[email protected]> > . > To post to this group, send email to > python_inside_maya@**googlegroups.com<[email protected]> > . > To view this discussion on the web visit https://groups.google.com/d/** > msgid/python_inside_maya/**524D6545.2020203%40gmail.com<https://groups.google.com/d/msgid/python_inside_maya/524D6545.2020203%40gmail.com> > . > > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CALKD2Wr9YMs%2B1cUA9nzp0r9wQ4S0Nd1D7NhU6Au1U28LMmPTPA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
