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:
authorLucio Rossi <lucio.rossi75@gmail.com>2017-07-25 00:34:37 +0300
committerLucio Rossi <lucio.rossi75@gmail.com>2017-07-25 00:34:37 +0300
commitb7b750167c1c466dffd6fa74d2cb6db89aa764fd (patch)
tree97d8fde7f7c6e249578780a3f0c89c29b4796fa4
parent33b0e2e9025965133656dd85506bbef62ca3183d (diff)
Rigify 0.5: cleanup trailing spaces in super_face.py
-rw-r--r--rigify/rigs/faces/super_face.py6
1 files changed, 3 insertions, 3 deletions
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]: