Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-02Cleanup: remove "Tweak" event typeCampbell Barton
This has been removed from Blender.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-12-01Cleanup: quiet character escape warningsCampbell Barton
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-11-24update manual linksmeta-androcto
2019-09-24development addons: Close Panels, Fix locations: T70017meta-androcto
2019-05-04IsKeyFree: Update to 2.8meta-androcto
2019-02-08Is key Free: added missing text keyword argumentsNBurn
2019-01-23addons: add missing text= keyword after labelNBurn
2019-01-21addons: blender version number fixNBurn
2019-01-18Update Add-ons class properties to annotationsNBurn
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.
2018-12-19Merge branch 'master' into blender2.8Campbell Barton
2018-12-19Fix invalid string comparisonsCampbell Barton
Identity checks should never be used with strings, it may fail based on Python's interning logic.
2018-11-23Update for keymap changes.Brecht Van Lommel
2018-04-02Is key Free: Add export shortcuts into a text blocklijenstina
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
2017-09-02Cleanup: quiet strict name warnings for addons a..h.Campbell Barton
2017-06-02is key free: add wiki page/fix bl_infometa-androcto
2017-04-24Is key Free: Use property group for Scene propslijenstina
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-03-22is key free, move to text editormeta-androcto
2017-03-19initial commit "iskeyfree" T50835meta-androcto