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:
authorJonathan Smith <j.jaydez@gmail.com>2011-04-10 15:09:27 +0400
committerJonathan Smith <j.jaydez@gmail.com>2011-04-10 15:09:27 +0400
commit4170ad9b49cc43201192447ba026407201ed7e32 (patch)
tree4cd20050ce7c34b12ac4450690dd0b7876ab3262 /io_export_unreal_psk_psa.py
parentb5a7f16d83f41913fd7cd5712a448f3480f169e0 (diff)
Formatting/standardization for description/location
Diffstat (limited to 'io_export_unreal_psk_psa.py')
-rw-r--r--io_export_unreal_psk_psa.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py
index 77f1e2e3..8f47b0fd 100644
--- a/io_export_unreal_psk_psa.py
+++ b/io_export_unreal_psk_psa.py
@@ -16,13 +16,13 @@
# ***** GPL LICENSE BLOCK *****
bl_info = {
- "name": "Export Skeleletal Mesh/Animation Data",
+ "name": "Export Unreal Engine Format(.psk/.psa)",
"author": "Darknet/Optimus_P-Fat/Active_Trash/Sinsoft/VendorX",
"version": (2, 2),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 36079,
"location": "File > Export > Skeletal Mesh/Animation Data (.psk/.psa)",
- "description": "Export Unreal Engine (.psk)",
+ "description": "Export Skeleletal Mesh/Animation Data",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/Import-Export/Unreal_psk_psa",