Home
last modified time | relevance | path

Searched refs:has_vert_snap (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform_snap_object.c1820 bool has_vert_snap = false; in snapArmature() local
1823 has_vert_snap = test_projected_vert_dist(&neasrest_precalc, in snapArmature()
1830 has_vert_snap |= test_projected_vert_dist(&neasrest_precalc, in snapArmature()
1838 if (has_vert_snap) { in snapArmature()
1842 if (!has_vert_snap && snapdata->snap_to_flag & SCE_SNAP_MODE_EDGE) { in snapArmature()
1863 bool has_vert_snap = false; in snapArmature() local
1868 has_vert_snap = test_projected_vert_dist(&neasrest_precalc, in snapArmature()
1875 has_vert_snap |= test_projected_vert_dist(&neasrest_precalc, in snapArmature()
1883 if (has_vert_snap) { in snapArmature()
1887 if (!has_vert_snap && snapdata->snap_to_flag & SCE_SNAP_MODE_EDGE) { in snapArmature()