PyAPI: require a unique_id for bl_ui.generic_ui_list
An empty unique_id would generate a warning when drawing.
This commit is contained in:
@@ -20,6 +20,7 @@ class MyPanel(bpy.types.Panel):
|
||||
context,
|
||||
list_path="scene.my_list",
|
||||
active_index_path="scene.my_list_active_index",
|
||||
unique_id="my_list_id",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user