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:
authorSpivak Vladimir (cwolf3d) <cwolf3d@gmail.com>2020-01-05 03:57:04 +0300
committerSpivak Vladimir (cwolf3d) <cwolf3d@gmail.com>2020-01-05 03:57:50 +0300
commit031d22ca32b164f69457026ff5fb4b686db8a976 (patch)
treeec86bcf5c3d95d5999f7980668e966fba79be430 /add_mesh_extra_objects/__init__.py
parentb90cbbdf48014e02331aa0d6594537444bffaf98 (diff)
Addon Mesh Extra Objects: Added Object Helper
Diffstat (limited to 'add_mesh_extra_objects/__init__.py')
-rw-r--r--add_mesh_extra_objects/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py
index ff1d3037..d009f0a5 100644
--- a/add_mesh_extra_objects/__init__.py
+++ b/add_mesh_extra_objects/__init__.py
@@ -26,7 +26,7 @@
bl_info = {
"name": "Extra Objects",
"author": "Multiple Authors",
- "version": (0, 3, 5),
+ "version": (0, 3, 6),
"blender": (2, 80, 0),
"location": "View3D > Add > Mesh",
"description": "Add extra mesh object types",