Fix #109061: UI list generic template fails with error
This commit is contained in:
@@ -18,8 +18,8 @@ class MyPanel(bpy.types.Panel):
|
||||
draw_ui_list(
|
||||
layout,
|
||||
context,
|
||||
list_context_path="scene.my_list",
|
||||
active_index_context_path="scene.my_list_active_index"
|
||||
list_path="scene.my_list",
|
||||
active_index_path="scene.my_list_active_index",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user