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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user