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:
authorlijenstina <lijenstina@gmail.com>2017-06-13 17:10:44 +0300
committerlijenstina <lijenstina@gmail.com>2017-06-13 17:10:44 +0300
commitf5c236b78b436416c2a9da38c943e6fe1df28a82 (patch)
tree2e514d5e8e4ad96bc5d6f7816712e9968b875b2d /mesh_extra_tools/__init__.py
parenteaf47415b2687621fb0e542ba4195476d1e6c7d8 (diff)
Edit Tools 2: fix failing poll with mesh_edge_roundifier
Bumped version to 0.3.4 Poll was failing when the active object was None
Diffstat (limited to 'mesh_extra_tools/__init__.py')
-rw-r--r--mesh_extra_tools/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_extra_tools/__init__.py b/mesh_extra_tools/__init__.py
index eeeb7594..3ea99e58 100644
--- a/mesh_extra_tools/__init__.py
+++ b/mesh_extra_tools/__init__.py
@@ -25,7 +25,7 @@
bl_info = {
"name": "Edit Tools 2",
"author": "meta-androcto",
- "version": (0, 3, 3),
+ "version": (0, 3, 4),
"blender": (2, 78, 0),
"location": "View3D > Toolshelf > Tools and Specials (W-key)",
"description": "Extra mesh edit tools - modifying meshes and selection",