[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26670] trunk/blender/release/scripts/ui: missed these last commit.

Campbell Barton ideasman42 at gmail.com
Sun Feb 7 13:58:41 CET 2010


Revision: 26670
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26670
Author:   campbellbarton
Date:     2010-02-07 13:58:40 +0100 (Sun, 07 Feb 2010)

Log Message:
-----------
missed these last commit.

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/properties_material.py
    trunk/blender/release/scripts/ui/properties_texture.py

Modified: trunk/blender/release/scripts/ui/properties_material.py
===================================================================
--- trunk/blender/release/scripts/ui/properties_material.py	2010-02-07 12:51:47 UTC (rev 26669)
+++ trunk/blender/release/scripts/ui/properties_material.py	2010-02-07 12:58:40 UTC (rev 26670)
@@ -98,7 +98,7 @@
         if ob:
             row = layout.row()
 
-            row.template_list(ob, "materials", ob, "active_material_index", rows=2)
+            row.template_list(ob, "material_slots", ob, "active_material_index", rows=2)
 
             col = row.column(align=True)
             col.operator("object.material_slot_add", icon='ZOOMIN', text="")

Modified: trunk/blender/release/scripts/ui/properties_texture.py
===================================================================
--- trunk/blender/release/scripts/ui/properties_texture.py	2010-02-07 12:51:47 UTC (rev 26669)
+++ trunk/blender/release/scripts/ui/properties_texture.py	2010-02-07 12:58:40 UTC (rev 26670)
@@ -98,7 +98,7 @@
         if tex_collection:
             row = layout.row()
 
-            row.template_list(idblock, "textures", idblock, "active_texture_index", rows=2)
+            row.template_list(idblock, "texture_slots", idblock, "active_texture_index", rows=2)
 
             col = row.column(align=True)
             col.operator("texture.slot_move", text="", icon='TRIA_UP').type = 'UP'





More information about the Bf-blender-cvs mailing list