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:
Diffstat (limited to 'mesh_surface_sketch.py')
-rw-r--r--mesh_surface_sketch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesh_surface_sketch.py b/mesh_surface_sketch.py
index 7f573df7..35876520 100644
--- a/mesh_surface_sketch.py
+++ b/mesh_surface_sketch.py
@@ -16,15 +16,15 @@
#
# ##### END GPL LICENSE BLOCK #####
-# version 0.8 Beta
bl_addon_info = {
'name': 'Mesh: Surface Sketch',
'author': 'Eclectiel',
- 'version': '0.8',
+ 'version': '0.8 Beta',
'blender': (2, 5, 3),
'location': 'View3D > EditMode > ToolShelf',
'description': 'Draw meshes and re-topologies with Grease Pencil',
+ 'warning': '', # used for warning icon and text in addons panel
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Mesh/Surface_Sketch',
'tracker_url': 'https://projects.blender.org/tracker/index.php?'\