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
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2017-04-08 12:10:03 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-04-08 12:41:11 +0300
commit582a14ff6d1da5aab4e23c38b58cd4838dd037d0 (patch)
tree2d8c2dd0ab93359eeb281a3bc6063e944558c5b4 /mesh_extra_tools/__init__.py
parent2aa13cb25adfe95bbc57f4c7442c91f020df5f2d (diff)
mesh_extra_tools: fix keymaps (un)registering issues.
Using newly-added bpy_extras.keyconfig_utils helper.
Diffstat (limited to 'mesh_extra_tools/__init__.py')
-rw-r--r--mesh_extra_tools/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesh_extra_tools/__init__.py b/mesh_extra_tools/__init__.py
index 096206ea..4e861a6e 100644
--- a/mesh_extra_tools/__init__.py
+++ b/mesh_extra_tools/__init__.py
@@ -24,8 +24,8 @@
bl_info = {
"name": "Edit Tools 2",
"author": "meta-androcto",
- "version": (0, 3, 1),
- "blender": (2, 77, 0),
+ "version": (0, 3, 2),
+ "blender": (2, 78, 0),
"location": "View3D > Toolshelf > Tools and Specials (W-key)",
"description": "Extra mesh edit tools - modifying meshes and selection",
"warning": "",