From a6789a7f2eecc81d299500c117510066cd836af6 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sun, 29 Sep 2013 14:57:47 +0000 Subject: Fix broken example, reported by Codemanx on IRC, thanks. --- release/scripts/templates_py/ui_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/templates_py') diff --git a/release/scripts/templates_py/ui_list.py b/release/scripts/templates_py/ui_list.py index 61ad0ae0435..92e1b29d2ae 100644 --- a/release/scripts/templates_py/ui_list.py +++ b/release/scripts/templates_py/ui_list.py @@ -1,7 +1,7 @@ import bpy -class MESH_UL_mylist(UIList): +class MESH_UL_mylist(bpy.types.UIList): # Constants (flags) # Be careful not to shadow FILTER_ITEM (i.e. UIList().bitflag_filter_item)! # E.g. VGROUP_EMPTY = 1 << 0 -- cgit v1.2.3