[Bf-python] Mesh Module

Ken Hughes khughes at pacific.edu
Tue Oct 4 22:40:24 CEST 2005


Gilbert, Joseph wrote:
> You need to think about how people will want to use this with the math
> classes. Doing math on returned lists is not as fun.

I gave it some thought when I wrote the MVerts type code; verts use 
vectorObject (size = 3) so you can do things like:

offset = Vector([1.5,1,0])

for v in me.verts:
     v.co += offset

Are you thinking of something different (that I'm not understanding, 
which is likely :-)  )

Ken



More information about the Bf-python mailing list