Make list_id mandatory when using default UI_UL_list class for a template_list.

This commit is contained in:
Bastien Montagne
2013-02-18 14:03:26 +00:00
parent b187d33751
commit d7058f12e5
4 changed files with 12 additions and 2 deletions

View File

@@ -137,6 +137,7 @@ def unregister():
# Define a default UIList, when a list does not need any custom drawing...
# Keep in sync with its #defined name in UI_interface.h
class UI_UL_list(bpy.types.UIList):
pass