Blender Git Loki
Git Commits -> Revision e0b7aa6
Revision e0b7aa6 by Germano Cavalcante (temp-snap-base) November 9, 2020, 09:08 (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 |
Commit Details:
Full Hash: e0b7aa6ba70ad9479240fa4b773a20f9498eb174
Parent Commit: dca6539
Committed By: Dalai Felinto
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)