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