Blender Git Loki
Git Commits -> Revision 4adc68b
Revision 4adc68b by Brecht Van Lommel (master) April 28, 2020, 10:27 (GMT) |
Fix T75973: don't show raw Python errors to users for invalid shortcut paths There are cases when a user can accidentally assign an operator to toggle an invalid property to e.g. left click, which shows Python errors to the users. Rather than throw an error and e.g. break 3D viewport selection for the user, just print an error to the console. The root cause of such bugs should be fixed as well, but a working Blender is most important here. |
Commit Details:
Full Hash: 4adc68bdf872c7fa1deb116159b623d689542112
Parent Commit: 90f01d5
Lines Changed: +4, -2
1 Modified Path:
/release/scripts/startup/bl_operators/wm.py (+4, -2) (Diff)