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:42:43 +0300
committermeta-androcto <meta.androcto1@gmail.com>2015-12-03 13:44:29 +0300
commit7f3f92f158f11979dcd145eb4283fb50c8043d10 (patch)
tree47aee8506b7b64c1592357fe4953f11d77e808bf
parent2c2c7751c41765e35422f5da2fb1650ec9637721 (diff)
Add warning: "may produce errors, fix in progress"
-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 e18aca93..9f91650a 100644
--- a/io_import_scene_unreal_psa_psk.py
+++ b/io_import_scene_unreal_psa_psk.py
@@ -23,7 +23,7 @@ bl_info = {
"blender": (2, 64, 0),
"location": "File > Import > Skeleton Mesh (.psk)/Animation Set (psa)",
"description": "Import Skeleleton Mesh/Animation Data",
- "warning": "",
+ "warning": "may produce errors, fix in progress",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
"Scripts/Import-Export/Unreal_psk_psa",
"category": "Import-Export",