Transform fun

extracting params in split transform operators.

work in progress still, but lots of fun with operator replay (F6)
This commit is contained in:
2009-03-06 15:50:15 +00:00
parent aeef01559e
commit c07acfb4fd
10 changed files with 570 additions and 110 deletions

View File

@@ -2110,8 +2110,8 @@ static void createTransEditVerts(bContext *C, TransInfo *t)
int count=0, countsel=0, a, totleft;
int propmode = t->flag & T_PROP_EDIT;
int mirror = 0;
if ((t->options & CTX_NO_MIRROR) == 0 && (scene->toolsettings->editbutflag & B_MESH_X_MIRROR))
if (t->flag & T_MIRROR)
{
mirror = 1;
}