Even while it's not supported, proportional mode was drawing a circle when
in EditMode armature.
This commit is contained in:
Ton Roosendaal 2005-12-19 16:45:11 +00:00
parent a96bf9283a
commit 2d6e7d58d0

@ -2312,6 +2312,7 @@ void createTransData(TransInfo *t)
createTransMBallVerts(t);
}
else if (G.obedit->type==OB_ARMATURE) {
t->flag &= ~T_PROP_EDIT;
createTransArmatureVerts(t);
}
else {