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
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