Merge branch 'master' into blender2.8

This commit is contained in:
2018-12-07 17:11:28 +11:00

View File

@@ -1804,7 +1804,6 @@ static void createTransCurveVerts(TransInfo *t)
} }
td++; td++;
count++;
tail++; tail++;
} }
@@ -1842,7 +1841,6 @@ static void createTransCurveVerts(TransInfo *t)
} }
td++; td++;
count++;
tail++; tail++;
} }
if (is_prop_edit || bezt_tx & SEL_F3) { if (is_prop_edit || bezt_tx & SEL_F3) {
@@ -1873,7 +1871,6 @@ static void createTransCurveVerts(TransInfo *t)
} }
td++; td++;
count++;
tail++; tail++;
} }
@@ -1945,7 +1942,6 @@ static void createTransCurveVerts(TransInfo *t)
} }
td++; td++;
count++;
tail++; tail++;
} }
} }
@@ -2020,7 +2016,6 @@ static void createTransLatticeVerts(TransInfo *t)
td->val = NULL; td->val = NULL;
td++; td++;
count++;
} }
} }
bp++; bp++;