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:
authorSybren A. Stüvel <sybren@stuvel.eu>2015-11-07 18:13:05 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2015-11-07 18:13:20 +0300
commitee84cf36506fea6866b41dcf9bf8701ff76b83f2 (patch)
treea21d32f84345d6e7de351907fd62e122b3f5c25b
parent91df04dea5632f6b613a278f858b8af71c3713f2 (diff)
BVH addon: updated wiki link
The wiki page for the addon didn't exist. I wrote it and linked to it.
-rw-r--r--io_anim_bvh/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_anim_bvh/__init__.py b/io_anim_bvh/__init__.py
index c871dba5..5ecd9026 100644
--- a/io_anim_bvh/__init__.py
+++ b/io_anim_bvh/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
"description": "Import-Export BVH from armature objects",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Import-Export/MotionCapture_BVH",
+ "Scripts/Import-Export/BVH_Importer_Exporter",
"support": 'OFFICIAL',
"category": "Import-Export"}