Fix #28079: UV propertional editing was incorrectly influenced by the

mesh X mirror option.
This commit is contained in:
Brecht Van Lommel 2011-07-25 16:16:32 +00:00
parent 62415cab05
commit aec8d72ca7

@ -1070,7 +1070,7 @@ int initTransInfo (bContext *C, TransInfo *t, wmOperator *op, wmEvent *event)
}
}
// Need stuff to take it from edit mesh or whatnot here
else
else if (t->spacetype == SPACE_VIEW3D)
{
if (t->obedit && t->obedit->type == OB_MESH && (((Mesh *)t->obedit->data)->editflag & ME_EDIT_MIRROR_X))
{