[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3202] trunk/py/scripts/addons: style cleanup: pep8

Campbell Barton ideasman42 at gmail.com
Tue Apr 3 04:27:42 CEST 2012


Revision: 3202
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3202
Author:   campbellbarton
Date:     2012-04-03 02:27:35 +0000 (Tue, 03 Apr 2012)
Log Message:
-----------
style cleanup: pep8

Modified Paths:
--------------
    trunk/py/scripts/addons/io_anim_bvh/import_bvh.py
    trunk/py/scripts/addons/render_povray/render.py
    trunk/py/scripts/addons/rigify/rigs/biped/leg/deform.py

Modified: trunk/py/scripts/addons/io_anim_bvh/import_bvh.py
===================================================================
--- trunk/py/scripts/addons/io_anim_bvh/import_bvh.py	2012-04-02 14:17:30 UTC (rev 3201)
+++ trunk/py/scripts/addons/io_anim_bvh/import_bvh.py	2012-04-03 02:27:35 UTC (rev 3202)
@@ -43,7 +43,7 @@
         'has_rot',  # Convenience function, bool, same as (channels[3]!=-1 or channels[4]!=-1 or channels[5]!=-1)
         'index',  # index from the file, not strictly needed but nice to maintain order
         'temp',  # use this for whatever you want
-        )  
+        )
 
     _eul_order_lookup = {(0, 1, 2): 'XYZ',
                          (0, 2, 1): 'XZY',

Modified: trunk/py/scripts/addons/render_povray/render.py
===================================================================
--- trunk/py/scripts/addons/render_povray/render.py	2012-04-02 14:17:30 UTC (rev 3201)
+++ trunk/py/scripts/addons/render_povray/render.py	2012-04-03 02:27:35 UTC (rev 3202)
@@ -1,20 +1,20 @@
-#  ##### BEGIN GPL LICENSE BLOCK #####
-#
-#  This program is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU General Public License
-#  as published by the Free Software Foundation; either version 2
-#  of the License, or (at your option) any later version.
-#
-#  This program is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#  GNU General Public License for more details.
-#
-#  You should have received a copy of the GNU General Public License
-#  along with this program; if not, write to the Free Software Foundation,
-#  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-#
-# ##### END GPL LICENSE BLOCK #####
+ # ***** BEGIN GPL LICENSE BLOCK *****
+ #
+ # This program is free software; you can redistribute it and/or
+ # modify it under the terms of the GNU General Public License
+ # as published by the Free Software Foundation; either version 2
+ # of the License, or (at your option) any later version.
+ #
+ # This program is distributed in the hope that it will be useful,
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ # GNU General Public License for more details.
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software Foundation,
+ # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ #
+ # #**** END GPL LICENSE BLOCK #****
 
 # <pep8 compliant>
 

Modified: trunk/py/scripts/addons/rigify/rigs/biped/leg/deform.py
===================================================================
--- trunk/py/scripts/addons/rigify/rigs/biped/leg/deform.py	2012-04-02 14:17:30 UTC (rev 3201)
+++ trunk/py/scripts/addons/rigify/rigs/biped/leg/deform.py	2012-04-03 02:27:35 UTC (rev 3202)
@@ -113,7 +113,7 @@
 
         if toe is None:
             raise MetarigError("RIGIFY ERROR: Bone '%s': incorrect bone configuration for rig type -- toe is None" % (strip_org(bone)))
-            
+
         self.org_bones = leg_bones + [foot, toe, heel]
 
         # Get rig parameters



More information about the Bf-extensions-cvs mailing list