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 /modules
parent108f7a74b973a11b42aed2a64e2e09f9151a7e00 (diff)
Updated to use UI_UL_list as template_list...
Diffstat (limited to 'modules')
-rw-r--r--modules/extensions_framework/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extensions_framework/ui.py b/modules/extensions_framework/ui.py
index 94430911..5b6bee82 100644
--- a/modules/extensions_framework/ui.py
+++ b/modules/extensions_framework/ui.py
@@ -295,7 +295,7 @@ class property_group_renderer(bpy.types.Panel):
)
elif current_property['type'] in ['template_list']:
- layout.template_list(
+ layout.template_list("UI_UL_list", "",
current_property['src'](supercontext, context),
current_property['src_attr'],
current_property['trg'](supercontext, context),