[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [53849] trunk/blender/release/scripts/ startup/bl_ui/properties_scene.py: Style cleanup: spaces at the end of lines

Sergey Sharybin sergey.vfx at gmail.com
Wed Jan 16 18:07:29 CET 2013


Revision: 53849
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53849
Author:   nazgul
Date:     2013-01-16 17:07:29 +0000 (Wed, 16 Jan 2013)
Log Message:
-----------
Style cleanup: spaces at the end of lines

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/properties_scene.py

Modified: trunk/blender/release/scripts/startup/bl_ui/properties_scene.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/properties_scene.py	2013-01-16 17:07:25 UTC (rev 53848)
+++ trunk/blender/release/scripts/startup/bl_ui/properties_scene.py	2013-01-16 17:07:29 UTC (rev 53849)
@@ -166,8 +166,8 @@
             col = row.column(align=True)
             col.label(text="Keyframing Settings:")
             col.prop(ksp, "bl_options")
-            
-            
+
+
 class SCENE_PT_color_management(SceneButtonsPanel, Panel):
     bl_label = "Color Management"
     bl_options = {'DEFAULT_CLOSED'}
@@ -192,8 +192,8 @@
         col.separator()
         col.label(text="Sequencer:")
         col.prop(scene.sequencer_colorspace_settings, "name")
-        
-        
+
+
 class SCENE_PT_audio(SceneButtonsPanel, Panel):
     bl_label = "Audio"
     bl_options = {'DEFAULT_CLOSED'}
@@ -268,8 +268,8 @@
         col = split.column()
         col.prop(rd, "simplify_shadow_samples", text="Shadow Samples")
         col.prop(rd, "simplify_ao_sss", text="AO and SSS")
-        
-        
+
+
 class SCENE_PT_custom_props(SceneButtonsPanel, PropertyPanel, Panel):
     COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME'}
     _context_path = "scene"




More information about the Bf-blender-cvs mailing list