- Added more space in icons image (blenderbuttons.png)

It now only uses 1 extra row of 21 buttons. More can simply be added
- Added new icons for the new proportional edit options Root, Linear and
  Constant
- Made sure pulldown and pop-up menu work for new prop options

- Transform fix; proportional edit circle was drawing in Object mode
This commit is contained in:
2005-03-09 21:10:30 +00:00
parent eab9fc4c0b
commit cd3b11f41e
5 changed files with 1333 additions and 1349 deletions

View File

@@ -1917,7 +1917,7 @@ void drawview3dspace(ScrArea *sa, void *spacedata)
constline_callback();
#ifdef NEWTRANSFORM
BIF_drawConstraint();
BIF_drawPropCircle();
if(G.obedit) BIF_drawPropCircle(); // only editmode has proportional edit
#endif
}