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:
authormeta-androcto <meta.androcto1@gmail.com>2015-12-03 13:46:21 +0300
committermeta-androcto <meta.androcto1@gmail.com>2015-12-03 13:46:21 +0300
commit0c1db87aeffc3cb9b0a573411fa3a3a63b552ae8 (patch)
treeefd1c728eace82917c54cadc42c807a9b0969bbe
parent7f3f92f158f11979dcd145eb4283fb50c8043d10 (diff)
fix for last commit
-rw-r--r--io_import_scene_unreal_psa_psk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_import_scene_unreal_psa_psk.py b/io_import_scene_unreal_psa_psk.py
index 9f91650a..e56547a8 100644
--- a/io_import_scene_unreal_psa_psk.py
+++ b/io_import_scene_unreal_psa_psk.py
@@ -21,7 +21,7 @@ bl_info = {
"author": "Darknet, flufy3d, camg188",
"version": (2, 2),
"blender": (2, 64, 0),
- "location": "File > Import > Skeleton Mesh (.psk)/Animation Set (psa)",
+ "location": "File > Import > Skeleton Mesh (.psk)/Animation Set (psa)"
"description": "Import Skeleleton Mesh/Animation Data",
"warning": "may produce errors, fix in progress",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"