[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1041] contrib/py/scripts/addons/ space_view3d_copy_attributes.py: couple whitespace fixes for pep 8

bassam kurdali bkurdali at freefactory.org
Wed Sep 15 06:04:59 CEST 2010


Revision: 1041
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1041
Author:   bassamk
Date:     2010-09-15 06:04:58 +0200 (Wed, 15 Sep 2010)

Log Message:
-----------
couple whitespace fixes for pep 8

Modified Paths:
--------------
    contrib/py/scripts/addons/space_view3d_copy_attributes.py

Modified: contrib/py/scripts/addons/space_view3d_copy_attributes.py
===================================================================
--- contrib/py/scripts/addons/space_view3d_copy_attributes.py	2010-09-15 03:57:05 UTC (rev 1040)
+++ contrib/py/scripts/addons/space_view3d_copy_attributes.py	2010-09-15 04:04:58 UTC (rev 1041)
@@ -480,7 +480,7 @@
     ''' Copy Chosen constraints from active to selected'''
     bl_idname = "object.copy_selected_constraints"
     bl_label = "Copy Selected Constraints"
-    selection = bpy.props.BoolVectorProperty(size = 32)
+    selection = bpy.props.BoolVectorProperty(size=32)
 
     poll = object_poll_func
 
@@ -511,7 +511,7 @@
     ''' Copy Chosen modifiers from active to selected'''
     bl_idname = "object.copy_selected_modifiers"
     bl_label = "Copy Selected Modifiers"
-    selection = bpy.props.BoolVectorProperty(size = 32)
+    selection = bpy.props.BoolVectorProperty(size=32)
 
     poll = object_poll_func
 
@@ -579,4 +579,4 @@
             break
 
 if __name__ == "__main__":
-    register()
\ No newline at end of file
+    register()




More information about the Bf-extensions-cvs mailing list