Removed draw_mode from SculptData, replaced with draw_flag, which currently controls whether to use partial redraw and whether to draw the brush circle. Added new menu option for display of brush circle.
This commit is contained in:
@@ -2162,7 +2162,7 @@ static int draw_mesh_object(Base *base, int dt, int flag)
|
||||
cageDM->release(cageDM);
|
||||
finalDM->release(finalDM);
|
||||
}
|
||||
else if(!G.obedit && G.scene->sculptdata.draw_mode &&
|
||||
else if(!G.obedit && (G.scene->sculptdata.draw_flag & SCULPTDRAW_FAST) &&
|
||||
OBACT==ob && !sculpt_modifiers_active(ob)) {
|
||||
sculptmode_draw_mesh(0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user