Blender Git Commit Log
Git Commits -> Revision c05c720
Revision c05c720 by Germano Cavalcante November 16, 2020, 11:38 (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: c05c7209413937a6551fdae1f053f2bb783fcf18
Parent Commit: cb9f6df
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)