Merge branch 'master' into blender2.8

This commit is contained in:
Campbell Barton 2018-12-07 17:11:28 +11:00
commit 136e88f4ea
1 changed files with 0 additions and 5 deletions

View File

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