Fix #28079: UV propertional editing was incorrectly influenced by the
mesh X mirror option.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user