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_braid.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_braid.py')
-rw-r--r--add_curve_extra_objects/add_curve_braid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_curve_extra_objects/add_curve_braid.py b/add_curve_extra_objects/add_curve_braid.py
index 5f52d455..ba32b563 100644
--- a/add_curve_extra_objects/add_curve_braid.py
+++ b/add_curve_extra_objects/add_curve_braid.py
@@ -9,7 +9,7 @@ bl_info = {
"location": "View3D > Add > Mesh > New Braid",
"description": "Adds a new Braid",
"warning": "",
- "doc_url": "",
+ "doc_url": "{BLENDER_MANUAL_URL}/addons/add_curve/extra_objects.html",
"category": "Add Mesh",
}
"""