Blender Git Loki
Git Commits -> Revision 6e77afe
Revision 6e77afe by Cian Jinks (master) September 23, 2021, 01:23 (GMT) |
Applying patch D12600, GSOC Knife Tools branch This adds constrained angle mode improvements, snapping to global and local orientation, visible distance and angle measurements, undo capability, x-ray mode, multi-object edit mode. See https://developer.blender.org/D12600 for more details. Note: this project moved some of the default keymappings around a bit, as discussed with users in the thread https://devtalk.blender.org/t/gsoc-2021-knife-tool-improvements-feedback/19047 We'll change the manual documentation in the next couple of days. |
Commit Details:
Full Hash: 6e77afe6ec7b6a73f218f1fef264758abcbc778a
Parent Commit: a78d3c5
Committed By: Howard Trickey
Lines Changed: +2374, -647
7 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+15, -12) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+7, -4) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+22, -4) (Diff)
/source/blender/editors/mesh/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/mesh/editmesh_knife.c (+2326, -625) (Diff)
/source/blender/editors/mesh/editmesh_knife_project.c (+1, -1) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+2, -1) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+7, -4) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+22, -4) (Diff)
/source/blender/editors/mesh/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/mesh/editmesh_knife.c (+2326, -625) (Diff)
/source/blender/editors/mesh/editmesh_knife_project.c (+1, -1) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+2, -1) (Diff)