Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2009-01-03 02:05:28 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2009-01-03 02:05:28 +0300
commit25aaa7b92e4b28c6e3e4da9c9868adb2f1c8cd87 (patch)
tree61a95c099d0e87389b8534bcce34c6e8a7e0743b /source/blender/editors/space_outliner
parent012b33d30d3624cd50410f18a4855791afd5b85b (diff)
Made the basic RNA changes for Tex(ture), no properties wrapped yet.
Diffstat (limited to 'source/blender/editors/space_outliner')
-rw-r--r--source/blender/editors/space_outliner/outliner.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_outliner/outliner.c b/source/blender/editors/space_outliner/outliner.c
index c3c45466ac1..7992e442243 100644
--- a/source/blender/editors/space_outliner/outliner.c
+++ b/source/blender/editors/space_outliner/outliner.c
@@ -3203,8 +3203,8 @@ static int tselem_rna_icon(PointerRNA *ptr)
return ICON_PARTICLES;
else if(rnatype == &RNA_Material)
return ICON_MATERIAL;
- /*else if(rnatype == &RNA_Texture)
- return ICON_TEXTURE;*/
+ else if(rnatype == &RNA_Texture)
+ return ICON_TEXTURE;
else if(rnatype == &RNA_Image)
return ICON_TEXTURE;
else if(rnatype == &RNA_Screen)