Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/engines/select/select_draw_utils.c
| Context not available. | |||||
| { | { | ||||
| if (select_mode & SCE_SELECT_FACE) { | if (select_mode & SCE_SELECT_FACE) { | ||||
| if ((dt < OB_SOLID) || XRAY_FLAG_ENABLED(v3d)) { | if ((dt < OB_SOLID) || XRAY_FLAG_ENABLED(v3d)) { | ||||
| return true; | if (v3d->overlay.edit_flag & V3D_OVERLAY_EDIT_FACE_DOT_XRAY) { | ||||
| return true; | |||||
| } | |||||
| } | } | ||||
| if (v3d->overlay.edit_flag & V3D_OVERLAY_EDIT_FACE_DOT) { | if (v3d->overlay.edit_flag & V3D_OVERLAY_EDIT_FACE_DOT) { | ||||
| return true; | return true; | ||||
| Context not available. | |||||