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:
authorAaron Keith <aaroninusa@gmail.com>2016-02-20 04:36:59 +0300
committerAaron Keith <aaroninusa@gmail.com>2016-02-20 04:36:59 +0300
commit4e357d0e5105aeaa6b8a414017dafe65d3499af4 (patch)
treef14251a06f4f69e1815caba71bc7f2771cd98dcd /add_mesh_BoltFactory/__init__.py
parent219e882b3168669bb733dafcce10bb79d90e8002 (diff)
Fixed bug in minor diameter and Phillips bit dimensions. They were missing from the presets.
Diffstat (limited to 'add_mesh_BoltFactory/__init__.py')
-rw-r--r--add_mesh_BoltFactory/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_BoltFactory/__init__.py b/add_mesh_BoltFactory/__init__.py
index 6dd32b86..d031f5ec 100644
--- a/add_mesh_BoltFactory/__init__.py
+++ b/add_mesh_BoltFactory/__init__.py
@@ -19,7 +19,7 @@
bl_info = {
"name": "BoltFactory",
"author": "Aaron Keith",
- "version": (3, 9),
+ "version": (3, 10),
"blender": (2, 63, 0),
"location": "View3D > Add > Mesh",
"description": "Add a bolt or nut",