Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendon Murphy <meta.androcto1@gmail.com>2010-08-29 13:44:36 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2010-08-29 13:44:36 +0400
commit352d177694d2b6c0f4e26f92968441ac49a1f3d5 (patch)
treeb4bca3815feaeb831c2192e7add8a91f6aabcf65 /object_fracture
parent0ff254b4d0e86e50ab4c8d53ba06c60e308fd446 (diff)
script returns errors
Diffstat (limited to 'object_fracture')
-rw-r--r--object_fracture/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_fracture/__init__.py b/object_fracture/__init__.py
index eb821452..6ab7591a 100644
--- a/object_fracture/__init__.py
+++ b/object_fracture/__init__.py
@@ -23,7 +23,7 @@ bl_addon_info = {
"blender": (2, 5, 3),
"location": "Fracture tools (Search > Fracture Object & Add -> Fracture Helper Objects",
"description": "Fractured Object, Bomb, Projectile, Recorder",
- "warning": "",
+ "warning": "script is returning errors",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Object/Fracture",
"tracker_url": "https://projects.blender.org/tracker/index.php?func=detail&aid=21793&group_id=153&atid=469",
"category": "Object"}