From 871afd3cdb47dbb3ea1a43a40d6607a7ef7097a4 Mon Sep 17 00:00:00 2001 From: Brendon Murphy <meta.androcto1@gmail.com> Date: Wed, 21 Apr 2010 10:06:07 +0000 Subject: [PATCH] fix Catergory, "Object" Not showing up. --- fracture/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fracture/__init__.py b/fracture/__init__.py index 70c6bfdb9..2f617bfc8 100644 --- a/fracture/__init__.py +++ b/fracture/__init__.py @@ -25,7 +25,8 @@ bl_addon_info = { 'Add -> Fracture Helper Objects', 'description': 'Fractured Object, Bomb, Projectile, Recorder', 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \ - 'Scripts/Object/Fracture'} + 'Scripts/Object/Fracture', + 'category': 'Object'} import bpy -- GitLab