Very usefull script !!
But why not some color???
Regards!
Dalai Felinto
(...)
BGL.glColor3f(1.0, 1.0, 0.0)
BGL.glRasterPos2i(x+w+5, y+h*4+5)
Draw.Text(t2)
Fix1 = Draw.Toggle("Fix", EVENT_FIX_1, x, y+h*5, w/4, h, Fix1.val, "Fix the 1st vertice")
Draw.Button(s1 + "Pick 1", EVENT_PICK_1, x+w/4, y+h*5, w-w/4, h, "Select the 1st vertice")
BGL.glColor3f(0.0, 1.0, 0.0)
BGL.glRasterPos2i(x+w+5, y+h*5+5)
Draw.Text(t1)
BGL.glColor3f(1.0, 1.0, 0.0)
BGL.glRasterPos2i(x, y+h*10+5)
Draw.Text("Enable Script Links to get a mark on chosen vertices")
BGL.glColor3f(0.0, 0.0, 0.0)
BGL.glRasterPos2i(x, y+h*9+5)
Draw.Text("Distance: " + dist)
BGL.glColor3f(1.0, 0.0, 0.0)
BGL.glRasterPos2i(x, y+h*8+5)
Draw.Text("DeltaX: " + deltaX)
BGL.glColor3f(0.0, 1.0, 0.0)
BGL.glRasterPos2i(x, y+h*7+5)
Draw.Text("DeltaY: " + deltaY)
BGL.glColor3f(0.0, 0.0, 1.0)
BGL.glRasterPos2i(x, y+h*6+5)
Draw.Text("DeltaZ: " + deltaZ)
(...)