Blender Git Commit Log

Git Commits -> Revision ba01458

Revision ba01458 by Germano Cavalcante (master)
September 23, 2020, 13:45 (GMT)
Fix T81069: Can't lock axis with move anymore, using Shift+MMB

This fixes and reverts commit c7287ffaec59cecd4b63b4bb2ea1aaf44f09f704

Due to hardcodded keys, the modifier for auto contrain plane did not
work with custom keymaps and was in conflict with other keyitems.

Its usability is also confusing since it cannot be used without
`MOD_PRECISION`

But instead of removing it, it is better to make this modifier compatible
with custom keymaps and keep the conflict.

Commit Details:

Full Hash: ba014586a0bb21792b10ea96948b1f40a135b263
Parent Commit: 4e8d312
Lines Changed: +36, -10

5 Modified Paths:

/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+1, -1) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+1, -1) (Diff)
/source/blender/editors/transform/transform.c (+8, -2) (Diff)
/source/blender/editors/transform/transform.h (+2, -0) (Diff)
/source/blender/editors/transform/transform_constraints.c (+24, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021