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 Carlisle <carlisle.b3d@gmail.com>2021-04-12 19:28:15 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-04-12 19:28:15 +0300
commit1dbdb95ed93a8b96d12e42e17249f6e2cdd24619 (patch)
tree645f821c00827f5887334325116d4a19465673eb /add_curve_extra_objects/add_curve_spirofit_bouncespline.py
parentadb9e98dd4a7b7d586b054d1559db977caf920f0 (diff)
Add Curve Extra Objects: Add missing operators to add menu
Also remove text referring to the old "Create" panel. See T86650
Diffstat (limited to 'add_curve_extra_objects/add_curve_spirofit_bouncespline.py')
-rw-r--r--add_curve_extra_objects/add_curve_spirofit_bouncespline.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/add_curve_extra_objects/add_curve_spirofit_bouncespline.py b/add_curve_extra_objects/add_curve_spirofit_bouncespline.py
index 41b8a6b5..f2151ee4 100644
--- a/add_curve_extra_objects/add_curve_spirofit_bouncespline.py
+++ b/add_curve_extra_objects/add_curve_spirofit_bouncespline.py
@@ -18,15 +18,15 @@
bl_info = {
- "name": "SpiroFit, BounceSpline and Catenary",
+ "name": "SpiroFit, Bounce Spline, and Catenary",
"author": "Antonio Osprite, Liero, Atom, Jimmy Hazevoet",
"version": (0, 2, 2),
"blender": (2, 80, 0),
- "location": "Sidebar > Create Tab",
+ "location": "Add > Curve > Knots",
"description": "SpiroFit, BounceSpline and Catenary adds "
"splines to selected mesh or objects",
"warning": "",
- "doc_url": "",
+ "doc_url": "{BLENDER_MANUAL_URL}/addons/add_curve/extra_objects.html",
"category": "Object",
}