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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-12-25 15:25:24 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2014-12-25 15:25:24 +0300
commit51d535f652d93bbdfc7e69e6b5ed46e0d1c597f9 (patch)
tree860dc9cc6cb60a8c66bccc9c77cde3718628adda /mesh_inset
parent8d862e9ec3971513f469f581a04038fc120e9385 (diff)
Fix typo in the previous commit
Please test patches before committing.
Diffstat (limited to 'mesh_inset')
-rw-r--r--mesh_inset/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_inset/__init__.py b/mesh_inset/__init__.py
index 4a7d527f..947f43f0 100644
--- a/mesh_inset/__init__.py
+++ b/mesh_inset/__init__.py
@@ -21,7 +21,7 @@
bl_info = {
"name": "Inset Polygon",
"author": "Howard Trickey",
- "version": (1, 0. 1),
+ "version": (1, 0, 1),
"blender": (2, 73, 0),
"location": "View3D > Tools",
"description": "Make an inset polygon inside selection.",