[Bf-extensions-cvs] [e66c7ff] master: fix header

meta-androcto noreply at git.blender.org
Thu Dec 3 22:33:46 CET 2015


Commit: e66c7ff4bed1785f95300c04f9cff6cb4ea14661
Author: meta-androcto
Date:   Fri Dec 4 08:33:15 2015 +1100
Branches: master
https://developer.blender.org/rBAe66c7ff4bed1785f95300c04f9cff6cb4ea14661

fix header

===================================================================

M	io_import_scene_unreal_psa_psk.py

===================================================================

diff --git a/io_import_scene_unreal_psa_psk.py b/io_import_scene_unreal_psa_psk.py
index e56547a..a799786 100644
--- a/io_import_scene_unreal_psa_psk.py
+++ b/io_import_scene_unreal_psa_psk.py
@@ -19,9 +19,9 @@
 bl_info = {
     "name": "Import Unreal Skeleton Mesh (.psk)/Animation Set (psa)",
     "author": "Darknet, flufy3d, camg188",
-    "version": (2, 2),
+    "version": (2, 2, 0),
     "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/"



More information about the Bf-extensions-cvs mailing list