[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Mesh.c blender/source/blender/python/api2_2x/doc Mesh.py

Martin Poirier theeth at yahoo.com
Sun Dec 17 03:42:28 CET 2006


--- Campbell Barton <cbarton at metavr.com> wrote:

> A the moment edges have a hash function that returns
> the edge index,
> 
> edge.key is the same as  (min(ed.v1.index,
> ed.v2.index), 
> max(ed.v1.index, ed.v2.index))
> 
> Maybe they can be merged, any thaughts?

What's wrong with using the edge index as hash that
you had to create an artificial key instead?

Martin

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the Bf-committers mailing list