Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-04-03 06:27:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-03 06:27:35 +0400
commit4b1c9bfcdf1a8ad840ef80252627b4a63aee0314 (patch)
tree71550afbde1b312db83df14d3603ba16933070b7
parent13a5e23652b3cd81ce28ccad34cb2f1dae0bb3f4 (diff)
style cleanup: pep8
-rw-r--r--io_anim_bvh/import_bvh.py2
-rw-r--r--render_povray/render.py34
-rw-r--r--rigify/rigs/biped/leg/deform.py2
3 files changed, 19 insertions, 19 deletions
diff --git a/io_anim_bvh/import_bvh.py b/io_anim_bvh/import_bvh.py
index 9875487f..a19b39db 100644
--- a/io_anim_bvh/import_bvh.py
+++ b/io_anim_bvh/import_bvh.py
@@ -43,7 +43,7 @@ class BVH_Node(object):
'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',
diff --git a/render_povray/render.py b/render_povray/render.py
index 8f6586e2..f4576f6e 100644
--- a/render_povray/render.py
+++ b/render_povray/render.py
@@ -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>
diff --git a/rigify/rigs/biped/leg/deform.py b/rigify/rigs/biped/leg/deform.py
index 8d70f449..79977fad 100644
--- a/rigify/rigs/biped/leg/deform.py
+++ b/rigify/rigs/biped/leg/deform.py
@@ -113,7 +113,7 @@ class Rig:
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