[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40592] branches/soc-2011-cucumber/release /scripts/startup/bl_ui/properties_scene.py: Fixing spaces to tabs.

Daniel Stokes kupomail at gmail.com
Tue Sep 27 07:55:05 CEST 2011


Revision: 40592
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40592
Author:   kupoman
Date:     2011-09-27 05:55:05 +0000 (Tue, 27 Sep 2011)
Log Message:
-----------
Fixing spaces to tabs.

Modified Paths:
--------------
    branches/soc-2011-cucumber/release/scripts/startup/bl_ui/properties_scene.py

Modified: branches/soc-2011-cucumber/release/scripts/startup/bl_ui/properties_scene.py
===================================================================
--- branches/soc-2011-cucumber/release/scripts/startup/bl_ui/properties_scene.py	2011-09-27 05:43:15 UTC (rev 40591)
+++ branches/soc-2011-cucumber/release/scripts/startup/bl_ui/properties_scene.py	2011-09-27 05:55:05 UTC (rev 40592)
@@ -93,7 +93,7 @@
 
 class SCENE_PT_keying_sets(SceneButtonsPanel, Panel):
     bl_label = "Keying Sets"
-	COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME'}
+    COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME'}
 
     def draw(self, context):
         layout = self.layout
@@ -127,7 +127,7 @@
 
 class SCENE_PT_keying_set_paths(SceneButtonsPanel, Panel):
     bl_label = "Active Keying Set"
-	COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME'}
+    COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME'}
 
     @classmethod
     def poll(cls, context):




More information about the Bf-blender-cvs mailing list