WIP: Snapping Redesign: Defaults | Navigation | Drawing | Removals #109062

Draft
Germano Cavalcante wants to merge 29 commits from mano-wii/blender:snap_defaults into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 97b788cb1f - Show all commits

View File

@ -388,7 +388,7 @@ static void cursor_point_draw(uint attr_pos,
copy_v3_fl3(model_view[2], 0.0f, 0.0f, size);
GPU_matrix_set(model_view);
int nsegments = 12;
int nsegments = 24;
if (snap_type &
(SCE_SNAP_MODE_VERTEX | SCE_SNAP_MODE_EDGE_MIDPOINT | SCE_SNAP_MODE_EDGE_PERPENDICULAR))
{