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/beveltaper_curve.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/beveltaper_curve.py')
-rw-r--r--add_curve_extra_objects/beveltaper_curve.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/add_curve_extra_objects/beveltaper_curve.py b/add_curve_extra_objects/beveltaper_curve.py
index c6ce4f93..27795ed1 100644
--- a/add_curve_extra_objects/beveltaper_curve.py
+++ b/add_curve_extra_objects/beveltaper_curve.py
@@ -25,8 +25,7 @@ bl_info = {
"location": "View3D > Object > Bevel/Taper",
"description": "Adds bevel and/or taper curve to active curve",
"warning": "",
- "doc_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
- "Py/Scripts/Curve/Bevel_-Taper_Curve",
+ "doc_url": "{BLENDER_MANUAL_URL}/addons/add_curve/extra_objects.html",
"category": "Curve",
}