[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [510] trunk/py/scripts/addons: * Cleanup whitespaces.

Martin Buerbaum martin.buerbaum at gmx.at
Tue Mar 23 23:55:27 CET 2010


Revision: 510
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=510
Author:   pontiac
Date:     2010-03-23 23:55:27 +0100 (Tue, 23 Mar 2010)

Log Message:
-----------
* Cleanup whitespaces.

Modified Paths:
--------------
    trunk/py/scripts/addons/add_mesh_3d_function_surface.py
    trunk/py/scripts/addons/add_mesh_pipe_joint.py

Modified: trunk/py/scripts/addons/add_mesh_3d_function_surface.py
===================================================================
--- trunk/py/scripts/addons/add_mesh_3d_function_surface.py	2010-03-23 22:44:23 UTC (rev 509)
+++ trunk/py/scripts/addons/add_mesh_3d_function_surface.py	2010-03-23 22:55:27 UTC (rev 510)
@@ -182,12 +182,12 @@
         # Recreate geometry of existing object
         obj_act = context.active_object
         ob_new = obj_act
-        
+
         bpy.ops.object.mode_set(mode='EDIT')
         bpy.ops.mesh.select_all(action='SELECT')
         bpy.ops.mesh.delete(type='VERT')
         bpy.ops.object.mode_set(mode='OBJECT')
-        
+
         ob_new.data = mesh
 
         ob_new.selected = True
@@ -204,7 +204,7 @@
         ob_new.location = scene.cursor_location
 
         obj_act = scene.objects.active
-    
+
         apply_view_rotation(context, ob_new)
 
     if obj_act and obj_act.mode == 'EDIT':
@@ -240,7 +240,7 @@
 
     # edit - Whether to add or update.
     edit = BoolProperty(name="",
-        description="", 
+        description="",
         default=False,
         options={'HIDDEN'})
 
@@ -472,7 +472,7 @@
 
     # edit - Whether to add or update.
     edit = BoolProperty(name="",
-        description="", 
+        description="",
         default=False,
         options={'HIDDEN'})
 

Modified: trunk/py/scripts/addons/add_mesh_pipe_joint.py
===================================================================
--- trunk/py/scripts/addons/add_mesh_pipe_joint.py	2010-03-23 22:44:23 UTC (rev 509)
+++ trunk/py/scripts/addons/add_mesh_pipe_joint.py	2010-03-23 22:55:27 UTC (rev 510)
@@ -199,12 +199,12 @@
         # Recreate geometry of existing object
         obj_act = context.active_object
         ob_new = obj_act
-        
+
         bpy.ops.object.mode_set(mode='EDIT')
         bpy.ops.mesh.select_all(action='SELECT')
         bpy.ops.mesh.delete(type='VERT')
         bpy.ops.object.mode_set(mode='OBJECT')
-        
+
         ob_new.data = mesh
 
         ob_new.selected = True
@@ -221,7 +221,7 @@
         ob_new.location = scene.cursor_location
 
         obj_act = scene.objects.active
-    
+
         apply_view_rotation(context, ob_new)
 
     if obj_act and obj_act.mode == 'EDIT':
@@ -258,7 +258,7 @@
 
     # edit - Whether to add or update.
     edit = BoolProperty(name="",
-        description="", 
+        description="",
         default=False,
         options={'HIDDEN'})
 
@@ -376,7 +376,7 @@
 
     # edit - Whether to add or update.
     edit = BoolProperty(name="",
-        description="", 
+        description="",
         default=False,
         options={'HIDDEN'})
 
@@ -571,7 +571,7 @@
 
     # edit - Whether to add or update.
     edit = BoolProperty(name="",
-        description="", 
+        description="",
         default=False,
         options={'HIDDEN'})
 
@@ -785,7 +785,7 @@
 
     # edit - Whether to add or update.
     edit = BoolProperty(name="",
-        description="", 
+        description="",
         default=False,
         options={'HIDDEN'})
 
@@ -1061,7 +1061,7 @@
 
     # edit - Whether to add or update.
     edit = BoolProperty(name="",
-        description="", 
+        description="",
         default=False,
         options={'HIDDEN'})
 




More information about the Bf-extensions-cvs mailing list