Blender Git Loki
Git Commits -> Revision 85b209e
Revision 85b209e by Campbell Barton (master) March 14, 2021, 12:31 (GMT) |
Tests: add script_validate_keymap This checks the generated key-map data matches the result of re-exporting and re-importing. This shows up various inconsistencies, including: - Unused keymaps. - Unknown/unused data in the keymap. - Event arguments that don't make sense. - Event values that don't match the event type (tweak direction on keyboard event for example). |
Commit Details:
Full Hash: 85b209e02e07ca0918237b655a94d1214c72deb1
Parent Commit: b0fbd1f
Lines Changed: +247, -0
1 Added Path:
/tests/python/bl_keymap_validate.py (+241, -0) (View)
1 Modified Path:
/tests/python/CMakeLists.txt (+6, -0) (Diff)