Automatic commit by arc

This commit is contained in:
Gaia Clary 2014-07-30 12:00:11 +02:00
parent 4849583e24
commit 14297dd2fd
1 changed files with 1 additions and 1 deletions

View File

@ -2021,7 +2021,7 @@ static void draw_pose_bones(Scene *scene, View3D *v3d, ARegion *ar, Base *base,
/* draw DoFs */
if (arm->flag & ARM_POSEMODE) {
if (((base->flag & OB_FROMDUPLI) == 0)) {
if (((base->flag & OB_FROMDUPLI) == 0) && ((v3d->flag & V3D_HIDE_HELPLINES) == 0)) {
draw_pose_dofs(ob);
}
}