I am trying to find the midpoint between 2 vertices (vectors).
It seems that mathutils used to have a function MidpointVecs, but now this does not exisr anymore?
I use Blender 2.5 and higher.
Richard
or use the built-in function for interpolation:
vec1.lerp(vec2, 0.5)
_________________
I'm sitting, waiting, wishing, building Blender in superstition...