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:
authorLuca Bonavita <mindrones@gmail.com>2011-01-18 02:12:34 +0300
committerLuca Bonavita <mindrones@gmail.com>2011-01-18 02:12:34 +0300
commit4d130f7876b442c8d5f8be5141fd95461addacfe (patch)
tree1ef7a44c785fd2dc5ad7bf4f7173d856687fd9a2 /io_mesh_raw
parent26bc430239c45c405a452309029665f14b8620be (diff)
- new tracker page for io_mesh_raw
- original author of the script (aurel) will maintain it
Diffstat (limited to 'io_mesh_raw')
-rw-r--r--io_mesh_raw/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_mesh_raw/__init__.py b/io_mesh_raw/__init__.py
index fb0cbc1b..4c23d88a 100644
--- a/io_mesh_raw/__init__.py
+++ b/io_mesh_raw/__init__.py
@@ -28,7 +28,7 @@ bl_info = {
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/Import-Export/Raw_Mesh_IO",
"tracker_url": "https://projects.blender.org/tracker/index.php?"\
- "func=detail&aid=21733",
+ "func=detail&aid=25692",
"category": "Import-Export"}
if "bpy" in locals():