Removed casting warnings from transform_manipulator.

PET is now checked as a transform flag during transform. Much cleaner that way for NOPET context (extrude, duplicate)
Added Sphere as a new PET falloff mode (icon and all) and reordered them around in a more logical fashion (IMHO).

Also brought back Subsurf toggle with Shift-O (was supposed to be for PET object mode but that was canned).
This commit is contained in:
2005-04-01 18:39:39 +00:00
parent d5aaba6c81
commit 312c8d146c
10 changed files with 1380 additions and 1426 deletions

View File

@@ -687,7 +687,7 @@ void BIF_drawPropCircle()
{
TransInfo *t = BIF_GetTransInfo();
if (G.f & G_PROPORTIONAL) {
if (t->flag & T_PROP_EDIT) {
float tmat[4][4], imat[4][4];
BIF_ThemeColor(TH_GRID);