[Bf-extensions-cvs] [76149b99] master: object_fracture_cell: add manual link

meta-androcto noreply at git.blender.org
Sun Dec 1 02:17:03 CET 2019


Commit: 76149b99be5d1ee509a12e26d6ffe17f178feb1d
Author: meta-androcto
Date:   Sun Dec 1 12:16:49 2019 +1100
Branches: master
https://developer.blender.org/rBA76149b99be5d1ee509a12e26d6ffe17f178feb1d

object_fracture_cell: add manual link

===================================================================

M	object_fracture_cell/__init__.py

===================================================================

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",
 }



More information about the Bf-extensions-cvs mailing list