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:
authorBastien Montagne <montagne29@wanadoo.fr>2012-12-28 14:48:12 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-12-28 14:48:12 +0400
commit868c331064696db061eb0091bd4d7ddacfc951d8 (patch)
tree17990475fc1e1e22fe69a394ee5d634766d96b69 /rigify/ui.py
parent108f7a74b973a11b42aed2a64e2e09f9151a7e00 (diff)
Updated to use UI_UL_list as template_list...
Diffstat (limited to 'rigify/ui.py')
-rw-r--r--rigify/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/ui.py b/rigify/ui.py
index 6b356a77..156ab0b3 100644
--- a/rigify/ui.py
+++ b/rigify/ui.py
@@ -77,7 +77,7 @@ class DATA_PT_rigify_buttons(bpy.types.Panel):
# Rig type list
row = layout.row()
- row.template_list(id_store, "rigify_types", id_store, 'rigify_active_type')
+ row.template_list("UI_UL_list", "", id_store, "rigify_types", id_store, 'rigify_active_type')
op = layout.operator("armature.metarig_sample_add", text="Add sample")
op.metarig_type = id_store.rigify_types[id_store.rigify_active_type].name