Transform stuff for TEST!

- 4th rotation widget styling, activate with Scene buttons, Anim panel, "rt"
  on "4".
- drawing constraint lines replaced with widget compatible styling.
  (functionality unchanged)

Fix;
- click on center for Rotate widget didn't switch to local/normal in all
  cases
This commit is contained in:
2005-03-23 11:49:54 +00:00
parent b8983996d2
commit aab0b1535f
4 changed files with 386 additions and 141 deletions

View File

@@ -2646,7 +2646,6 @@ static void drawmeshwire_wirextra(DispListMesh *dlm, int optimal, char alpha)
}
}
else {
glBegin(GL_LINES);
for(eed= em->edges.first; eed; eed= eed->next) {
if(eed->h==0) {
if(eed->f & SELECT) glColor4ubv(sel);