From 5e340e505c3d238ce5021b0ac01046797ee50eda Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Fri, 6 Jul 2012 09:42:20 +0000 Subject: [PATCH] add phymec as co-author, added own wiki link. --- object_fracture_cell/__init__.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/object_fracture_cell/__init__.py b/object_fracture_cell/__init__.py index 73f9efa67..c1a713335 100644 --- a/object_fracture_cell/__init__.py +++ b/object_fracture_cell/__init__.py @@ -18,16 +18,14 @@ bl_info = { "name": "Cell Fracture", - "author": "ideasman42", + "author": "ideasman42, phymec", "version": (0, 1), "blender": (2, 6, 4), "location": "Search > Fracture Object & Add -> Fracture Helper Objects", "description": "Fractured Object, Bomb, Projectile, Recorder", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Object/Fracture", - "tracker_url": "https://projects.blender.org/tracker/index.php?" - "func=detail&aid=21793", + "Scripts/Object/CellFracture", "category": "Object"} -- GitLab