[Bf-extensions-cvs] [d3abdda1] master: btrace: remove outdated warning

meta-androcto noreply at git.blender.org
Tue Feb 21 14:43:22 CET 2017


Commit: d3abdda1aa6f5262b77005ca4a91520930145f4f
Author: meta-androcto
Date:   Wed Feb 22 00:43:00 2017 +1100
Branches: master
https://developer.blender.org/rBACd3abdda1aa6f5262b77005ca4a91520930145f4f

btrace: remove outdated warning

===================================================================

M	btrace/__init__.py

===================================================================

diff --git a/btrace/__init__.py b/btrace/__init__.py
index 66a43ffd..40ff4df1 100644
--- a/btrace/__init__.py
+++ b/btrace/__init__.py
@@ -23,8 +23,8 @@ bl_info = {
     "blender": (2, 68, 0),
     "location": "View3D > Tools",
     "description": "Tools for converting/animating objects/particles into curves",
-    "warning": "Still under development, bug reports appreciated",
-    "wiki_url": "",
+    "warning": "",
+    "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Curve/Btrace",
     "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
     "category": "Add Curve"}



More information about the Bf-extensions-cvs mailing list