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>2019-11-23 05:08:43 +0300
committerSpivak Vladimir (cwolf3d) <cwolf3d@gmail.com>2019-11-23 05:08:43 +0300
commitda9a0d0c51d87e96aa04cbaf84e790a606f76d5f (patch)
treedb4f06f784d801cf7df1faf7001e5f07ba99603e /add_curve_extra_objects/__init__.py
parentee818b2a28e769e1fec728da95b9235047141c4c (diff)
Fix T71782: Curve/Point doesn't get generated at Cursor.
Diffstat (limited to 'add_curve_extra_objects/__init__.py')
-rw-r--r--add_curve_extra_objects/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_curve_extra_objects/__init__.py b/add_curve_extra_objects/__init__.py
index e5a1bbcd..e64944fe 100644
--- a/add_curve_extra_objects/__init__.py
+++ b/add_curve_extra_objects/__init__.py
@@ -23,7 +23,7 @@
bl_info = {
"name": "Extra Objects",
"author": "Multiple Authors",
- "version": (0, 1, 3),
+ "version": (0, 1, 4),
"blender": (2, 80, 0),
"location": "View3D > Add > Curve > Extra Objects",
"description": "Add extra curve object types",