[Bf-extensions-cvs] [b7b75016] master: Rigify 0.5: cleanup trailing spaces in super_face.py

Lucio Rossi noreply at git.blender.org
Mon Jul 24 23:36:36 CEST 2017


Commit: b7b750167c1c466dffd6fa74d2cb6db89aa764fd
Author: Lucio Rossi
Date:   Mon Jul 24 23:34:37 2017 +0200
Branches: master
https://developer.blender.org/rBAb7b750167c1c466dffd6fa74d2cb6db89aa764fd

Rigify 0.5: cleanup trailing spaces in super_face.py

===================================================================

M	rigify/rigs/faces/super_face.py

===================================================================

diff --git a/rigify/rigs/faces/super_face.py b/rigify/rigs/faces/super_face.py
index dcdb1093..ee765ec7 100644
--- a/rigify/rigs/faces/super_face.py
+++ b/rigify/rigs/faces/super_face.py
@@ -1064,7 +1064,7 @@ def parameters_ui(layout, params):
         r = layout.row()
         r.prop( params, layer + "_extra" )
         r.active = getattr( params, layer + "_extra" )
-        
+
         col = r.column(align=True)
         row = col.row(align=True)
         for i in range(8):
@@ -1079,10 +1079,10 @@ def parameters_ui(layout, params):
             if bone_layers[i]:
                 icon = "LAYER_ACTIVE"
             row.prop(params, layer, index=i, toggle=True, text="", icon=icon)
-        
+
         col = r.column(align=True)
         row = col.row(align=True)
-        
+
         for i in range(8, 16):
             icon = "NONE"
             if bone_layers[i]:



More information about the Bf-extensions-cvs mailing list