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:
Diffstat (limited to 'modules/extensions_framework/ui.py')
-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 2533a669..043b807b 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("UI_UL_list", "",
+ layout.template_list("UI_UL_list", current_property['src_attr'], # Use that as uid...
current_property['src'](supercontext, context),
current_property['src_attr'],
current_property['trg'](supercontext, context),