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.

This commit is contained in:
William Reynish 2009-07-31 16:19:26 +00:00
parent fb52042375
commit fe850bd163

@ -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: