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:
authorDalai Felinto <dfelinto@gmail.com>2018-10-22 16:39:01 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-10-22 16:42:18 +0300
commitbfb29776393325f2195177fe2edffdcd3668c143 (patch)
treede0e8e039eb7ebb039e8cc5a061289e444b65b3b /rigify/legacy
parent1c75533d9cc0693733bacbadecfaac5c504313fb (diff)
Rigify: Update for 2.8 API
The UI is still using the toolshelf. So I did not bump the version to 2.80. It seems to be working as far as the UI and the quat/euler operators is concerned.
Diffstat (limited to 'rigify/legacy')
-rw-r--r--rigify/legacy/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/legacy/ui.py b/rigify/legacy/ui.py
index 30018d85..2671108b 100644
--- a/rigify/legacy/ui.py
+++ b/rigify/legacy/ui.py
@@ -124,7 +124,7 @@ class DATA_PT_rigify_layer_names(bpy.types.Panel):
col = layout.column(align=True)
row = col.row()
row.prop(arm, "layers", index=i, text="", toggle=True)
- split = row.split(percentage=0.8)
+ split = row.split(factor=0.8)
split.prop(rigify_layer, "name", text="Layer %d" % (i + 1))
split.prop(rigify_layer, "row", text="")