From 7894d6c6f1982f58dc479f3f01dd79afb6f5c1a0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 30 Jan 2019 09:03:37 +1100 Subject: Cleanup: line length --- release/scripts/templates_py/ui_list_simple.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'release/scripts/templates_py') diff --git a/release/scripts/templates_py/ui_list_simple.py b/release/scripts/templates_py/ui_list_simple.py index 79c14c17c7e..ac3f2b984de 100644 --- a/release/scripts/templates_py/ui_list_simple.py +++ b/release/scripts/templates_py/ui_list_simple.py @@ -53,7 +53,8 @@ class UIListPanelExample(bpy.types.Panel): # with no custom draw code, use "UI_UL_list"). layout.template_list("MATERIAL_UL_matslots_example", "", obj, "material_slots", obj, "active_material_index") - # The second one can usually be left as an empty string. It's an additional ID used to distinguish lists in case you + # The second one can usually be left as an empty string. + # It's an additional ID used to distinguish lists in case you # use the same list several times in a given area. layout.template_list("MATERIAL_UL_matslots_example", "compact", obj, "material_slots", obj, "active_material_index", type='COMPACT') -- cgit v1.2.3