[Bf-extensions-cvs] [e5c59d1] master: -adding category in Animation tab -update the support version

bat3a noreply at git.blender.org
Wed Mar 19 05:23:11 CET 2014


Commit: e5c59d151a9838d9b4c0a8a93e9b0cb564a30f50
Author: bat3a
Date:   Wed Mar 19 04:00:53 2014 +0200
https://developer.blender.org/rBACe5c59d151a9838d9b4c0a8a93e9b0cb564a30f50

-adding category in Animation tab
-update the support version

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

M	io_import_lipSync_Importer.py

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

diff --git a/io_import_lipSync_Importer.py b/io_import_lipSync_Importer.py
index 78eac7a..487b721 100644
--- a/io_import_lipSync_Importer.py
+++ b/io_import_lipSync_Importer.py
@@ -20,9 +20,9 @@ bl_info = {
     "name": "LipSync Importer & Blinker",
     "author": "Yousef Harfoush - bat3a ;)",
     "version": (0, 5, 1),
-    "blender": (2, 65, 0),
+    "blender": (2, 7, 0),
     "location": "3D window > Tool Shelf",
-    "description": "Plot Moho (Papagayo, Jlipsync, Yolo) file "
+    "description": "Plots Moho (Papagayo, Jlipsync, Yolo) file "
         "to frames and adds automatic blinking",
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php?title=Extensions:2.6/Py/"
@@ -296,7 +296,8 @@ class LipSyncBoneUI(bpy.types.Panel):
     bl_space_type = "VIEW_3D"
     bl_region_type = "UI"
     bl_label = "Phonemes"
-
+	bl_category = 'Animation'
+	
     def draw(self, context):
         layout = self.layout
         col = layout.column()



More information about the Bf-extensions-cvs mailing list