Commit Graph

23 Commits

Author SHA1 Message Date
4fe61805c6 Fix #104838: Modifier keys are not listed in "Is key Free" addon
Ctrl, Alt, Shift keys are not listed in "List All Shortcuts".
"myitem.ctrl is True"  is always False, when myitem.ctrl == 1.
It should be "myitem.ctrl == 1" and so on.

Pull Request: https://projects.blender.org/blender/blender-addons/pulls/104839
2023-08-23 11:22:26 +02:00
e8da6131fd License headers: use SPDX-FileCopyrightText for all addons
Move copyright text to SPDX-FileCopyrightText or set to the
Blender Foundation so "make check_licenses" now runs without warnings.
2023-06-15 16:54:05 +10:00
842c215b74 Cleanup: remove "Tweak" event type
This has been removed from Blender.
2022-03-02 17:33:31 +11:00
b8d86ccc0a File headers: use SPDX license identifiers
See T95597
2022-02-11 16:05:07 +11:00
a444e8cc19 Cleanup: quiet character escape warnings 2021-12-01 11:05:16 +11:00
7f50343d1c Addons: Use Manual URL prefix 2020-03-05 16:26:11 -05:00
bb977fbc72 Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:14:43 +11:00
8fff300d00 update manual links 2019-11-24 09:20:55 +11:00
6ce5ae8fad development addons: Close Panels, Fix locations: T70017 2019-09-24 15:15:59 +10:00
5525d38927 IsKeyFree: Update to 2.8 2019-05-04 11:16:54 +10:00
be0e825355 Is key Free: added missing text keyword arguments 2019-02-07 23:05:11 -05:00
49c1b40928 addons: add missing text= keyword after label 2019-01-23 15:03:09 -05:00
6522b4e0bf addons: blender version number fix 2019-01-20 23:46:19 -05:00
aeabdc02a8 Update Add-ons class properties to annotations
This should take care of most of the class property conversions to
use the new annotation format (colon instead of equals) for
assignment. There may still be a few edge cases that were missed.
2019-01-17 16:48:54 -05:00
6a1ce20043 Merge branch 'master' into blender2.8 2018-12-19 11:56:05 +11:00
9cc2ad1eaf Fix invalid string comparisons
Identity checks should never be used with strings, it may fail based on
Python's interning logic.
2018-12-19 11:35:45 +11:00
8959f1798c Update for keymap changes. 2018-11-23 15:01:27 +01:00
8f2fd7e23f Is key Free: Add export shortcuts into a text block
Bump version to 1.1.1
Some style tweaks
Use register_class instead of register_module
Add operator to export all shortcuts into a text block
2018-04-02 13:10:46 +02:00
131ea02a4c Cleanup: quiet strict name warnings for addons a..h. 2017-09-02 19:33:06 +10:00
45ec026d60 is key free: add wiki page/fix bl_info 2017-06-02 21:03:11 +10:00
7fc71a4856 Is key Free: Use property group for Scene props
Bumped version to 1.0.2
Move the scene properties into a separate group
The props can be accessed through
bpy.context.scene.is_keyfree
2017-04-24 02:24:39 +02:00
349bbeaa8a is key free, move to text editor 2017-03-22 18:27:49 +11:00
6e2403042b initial commit "iskeyfree" T50835 2017-03-19 15:09:13 +11:00