From 40372e3ac609b26f68a01ba7514c025b8b179429 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 15 Apr 2011 12:15:02 +0000 Subject: *Bug fixes (script thought there was 32 layers, lol). *Commented out non-manifold check on returned shards, it prevented open meshes to be fractured (e.g. Suzanne). *Enhanced UI of Fracture Group op. --- object_fracture/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object_fracture/__init__.py') diff --git a/object_fracture/__init__.py b/object_fracture/__init__.py index 33d1c851..895af266 100644 --- a/object_fracture/__init__.py +++ b/object_fracture/__init__.py @@ -21,7 +21,7 @@ bl_info = { "author": "pildanovak", "version": (2, 0), "blender": (2, 5, 7), - "api": 35622, + "api": 36147, "location": "Search > Fracture Object & Add -> Fracture Helper Objects", "description": "Fractured Object, Bomb, Projectile, Recorder", "warning": "", -- cgit v1.2.3