[Bf-extensions-cvs] [7f01dca] master: -tab to spaces

bat3a noreply at git.blender.org
Wed Mar 26 00:42:05 CET 2014


Commit: 7f01dca94f614a2d142ae165713970aec53bf11d
Author: bat3a
Date:   Wed Mar 26 01:41:38 2014 +0200
https://developer.blender.org/rBAC7f01dca94f614a2d142ae165713970aec53bf11d

-tab to spaces

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

M	io_import_lipSync_Importer.py

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

diff --git a/io_import_lipSync_Importer.py b/io_import_lipSync_Importer.py
index 573d541..495fb04 100644
--- a/io_import_lipSync_Importer.py
+++ b/io_import_lipSync_Importer.py
@@ -296,8 +296,8 @@ class LipSyncBoneUI(bpy.types.Panel):
     bl_space_type = "VIEW_3D"
     bl_region_type = "UI"
     bl_label = "Phonemes"
-	bl_category = 'Animation'
-	
+    bl_category = 'Animation'
+    
     def draw(self, context):
         layout = self.layout
         col = layout.column()



More information about the Bf-extensions-cvs mailing list