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 <aaron.keith@compacsort.com>2018-06-22 04:29:54 +0300
committerAaron Keith <aaron.keith@compacsort.com>2018-06-22 04:29:54 +0300
commite578b0f187ecd498e960d689dd5ca8ee1bbc854c (patch)
tree8006b4eeb8bc4841938b6e2e96288f3e4fdd4a03 /add_mesh_BoltFactory/__init__.py
parent3a13cb7edba99e555ac0cc5cabe69693b970a6ff (diff)
Version (0, 3, 4)
Fixed the default values to match the default preset. This also fixed the default Cap Head size. Added "Align to View", "Location" and "Rotation" properties. Now adds the mesh the same way as the Template example. This fixes some of the problems when using this script with 2.8.
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 d4ad13c1..46d250de 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": (0, 3, 3),
+ "version": (0, 3, 4),
"blender": (2, 78, 0),
"location": "View3D > Add > Mesh",
"description": "Add a bolt or nut",