Looks good to me. Depending on your use-case, you might find that about half of the information you store about connections is duplicated due to A being connected to B, but B also being connected to A. It’s a fairly common problem in graph theory, here’s some interesting reads about possible solutions and their pros and cons.
- http://en.wikipedia.org/wiki/Adjacency_list - http://en.wikipedia.org/wiki/Adjacency_matrix Best, Marcus -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOBA%2BmSqSfZsBk_MgOnG67dgjbuw_zsEDPPZc2wrbWw6sA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
