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_torus_knots.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_torus_knots.py')
-rw-r--r--add_curve_extra_objects/add_curve_torus_knots.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/add_curve_extra_objects/add_curve_torus_knots.py b/add_curve_extra_objects/add_curve_torus_knots.py
index d394484d..8dac754d 100644
--- a/add_curve_extra_objects/add_curve_torus_knots.py
+++ b/add_curve_extra_objects/add_curve_torus_knots.py
@@ -25,8 +25,7 @@ bl_info = {
"location": "View3D > Add > Curve",
"description": "Adds many types of (torus) knots",
"warning": "",
- "doc_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Curve/Torus_Knot",
+ "doc_url": "{BLENDER_MANUAL_URL}/addons/add_curve/extra_objects.html",
"category": "Add Curve",
}
"""