Skip to content
Snippets Groups Projects
Commit 09d23c38 authored by Brendon Murphy's avatar Brendon Murphy
Browse files

Added Description field.

Added Correct Wiki link.
parent 3f23631b
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,10 @@ bl_addon_info = { ...@@ -23,8 +23,10 @@ bl_addon_info = {
'blender': (2, 5, 3), 'blender': (2, 5, 3),
'location': 'Fracture tools (Search > Fracture Object & ,' \ 'location': 'Fracture tools (Search > Fracture Object & ,' \
'Add -> Fracture Helper Objects', 'Add -> Fracture Helper Objects',
'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/', 'description': 'Fractured Object, Bomb, Projectile, Recorder',
'category': 'Object'} 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Object/Fracture'}
import bpy import bpy
from fracture import fracture_ops, fracture_setup from fracture import fracture_ops, fracture_setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment