From fe850bd1637b9d0efd28cfcc648903172d7b9303 Mon Sep 17 00:00:00 2001 From: William Reynish Date: Fri, 31 Jul 2009 16:19:26 +0000 Subject: [PATCH] Changed texture layers list to display as a proper list. This makes the order clearer, and you can see names. The list always displays its full length though, because texture layers are pre-populated with all 18 texture layers. Would be nice if this was eventually more dynamic, resembling the way you add/remove material indices. --- release/ui/buttons_texture.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/ui/buttons_texture.py b/release/ui/buttons_texture.py index d638d1356f9..5b1269c982c 100644 --- a/release/ui/buttons_texture.py +++ b/release/ui/buttons_texture.py @@ -62,8 +62,8 @@ class TEXTURE_PT_context_texture(TextureButtonsPanel): if id: row = layout.row() - row.template_list(id, "textures", id, "active_texture_index", type="ICONS") - + row.template_list(id, "textures", id, "active_texture_index", rows=2) + split = layout.split(percentage=0.65) if id: