From 76149b99be5d1ee509a12e26d6ffe17f178feb1d Mon Sep 17 00:00:00 2001 From: meta-androcto <meta.androcto1@gmail.com> Date: Sun, 1 Dec 2019 12:16:49 +1100 Subject: [PATCH] object_fracture_cell: add manual link --- object_fracture_cell/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/object_fracture_cell/__init__.py b/object_fracture_cell/__init__.py index e82445490..ae404fcd5 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", } -- GitLab