Blender Git Commit Log

Git Commits -> Revision 9022627

November 11, 2019, 17:05 (GMT)
Transform: Add option to exclude back facing geometry from snapping

Add new `Backface Culling` option to the snapping properties.
This option has nothing to do with the view3d display or the
workbench `Backface Culling` option.

Limitation:
- In edit mode, this option only affects snap to faces.

Maniphest Tasks: T71217

Differential Revision: https://developer.blender.org/D6155

Commit Details:

Full Hash: 9022627996a4e68c4de895f04f0f6f8f4419970e
Parent Commit: 27d2128
Lines Changed: +179, -21

6 Modified Paths:

/release/scripts/startup/bl_ui/space_view3d.py (+2, -0) (Diff)
/source/blender/editors/include/ED_transform_snap_object_context.h (+2, -0) (Diff)
/source/blender/editors/transform/transform_snap.c (+4, -0) (Diff)
/source/blender/editors/transform/transform_snap_object.c (+165, -21) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+5, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021