[Bf-extensions-cvs] [632dec2] : Fix typo in the previous commit

Sergey Sharybin noreply at git.blender.org
Tue Jan 6 13:56:11 CET 2015


Commit: 632dec20ca7aafd77f67faaab005f0b2231f282d
Author: Sergey Sharybin
Date:   Thu Dec 25 17:25:24 2014 +0500
Branches: 
https://developer.blender.org/rBA632dec20ca7aafd77f67faaab005f0b2231f282d

Fix typo in the previous commit

Please test patches before committing.

===================================================================

M	mesh_inset/__init__.py

===================================================================

diff --git a/mesh_inset/__init__.py b/mesh_inset/__init__.py
index 4a7d527..947f43f 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.",



More information about the Bf-extensions-cvs mailing list