Blender Git Commit Log
Git Commits -> Revision f623b1a
Revision f623b1a by Germano Cavalcante November 17, 2020, 13:36 (GMT) |
Transform: New feature to set a custom 'Snap With' Ref T66484 Basically the idea is to use a modal keymap to change the current Base Point defined by `Snap With` by one that can be chosen through snapping. {F9170047} I prefer to avoid using any of the modifier buttons (Shift, Alt, Ctrl) as they can be used in the future to allow navigation during transform operations. So the shortcut chosen in this patch is the {key B}. Note: This feature is not enabled if the scene snap option is Incremental or grid. Maniphest Tasks: T66484 Differential Revision: https://developer.blender.org/D9415 # Conflicts: # source/tools |
Commit Details:
Full Hash: f623b1a5eca87e335ea7ebd56266115c2b9bdf9f
Parent Commit: c12664a
Lines Changed: +86, -12
7 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+1, -0) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+1, -0) (Diff)
/source/blender/editors/transform/transform.c (+26, -6) (Diff)
/source/blender/editors/transform/transform.h (+5, -2) (Diff)
/source/blender/editors/transform/transform_snap.c (+48, -3) (Diff)
/source/blender/editors/transform/transform_snap.h (+4, -0) (Diff)
/source/blender/editors/transform/transform_snap_object.c (+1, -1) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+1, -0) (Diff)
/source/blender/editors/transform/transform.c (+26, -6) (Diff)
/source/blender/editors/transform/transform.h (+5, -2) (Diff)
/source/blender/editors/transform/transform_snap.c (+48, -3) (Diff)
/source/blender/editors/transform/transform_snap.h (+4, -0) (Diff)
/source/blender/editors/transform/transform_snap_object.c (+1, -1) (Diff)