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:
authormeta-androcto <meta.androcto1@gmail.com>2019-12-01 04:16:49 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-12-01 04:16:49 +0300
commit76149b99be5d1ee509a12e26d6ffe17f178feb1d (patch)
treed83b44277c0a34fb1fe63ba5ad20ef700a49c0ca /object_fracture_cell
parentcf7d1fec4be2e9d9059fe987292222199239310b (diff)
object_fracture_cell: add manual link
Diffstat (limited to 'object_fracture_cell')
-rw-r--r--object_fracture_cell/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/object_fracture_cell/__init__.py b/object_fracture_cell/__init__.py
index e8244549..ae404fcd 100644
--- a/object_fracture_cell/__init__.py
+++ b/object_fracture_cell/__init__.py
@@ -22,10 +22,10 @@ bl_info = {
"version": (0, 2),
"blender": (2, 80, 0),
"location": "Viewport Object Menu -> Quick Effects",
- "description": "Fractured Object, Bomb, Projectile, Recorder",
+ "description": "Fractured Object Creation",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Object/CellFracture",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "object/cell_fracture.html",
"category": "Object",
}