* Tweak to show invisible objects if they are being edited in edit mode
This commit is contained in:
@@ -3650,7 +3650,7 @@ void draw_object(Base *base, int flag)
|
||||
|
||||
ob= base->object;
|
||||
|
||||
if (ob->restrictflag & OB_RESTRICT_VIEW) return;
|
||||
if (!(G.obedit) && (ob->restrictflag & OB_RESTRICT_VIEW)) return;
|
||||
|
||||
/* xray delay? */
|
||||
if((flag & DRAW_PICKING)==0 && (base->flag & OB_FROMDUPLI)==0) {
|
||||
|
||||
Reference in New Issue
Block a user