Blender Git Commit Log
Git Commits -> Revision 685b329
Revision 685b329 by Germano Cavalcante November 23, 2020, 17:55 (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: 685b3291a8a59df2ba5d75145d15f341acd686bc
Parent Commit: b0a9081
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)