Revision: 35490
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35490
Author:   ton
Date:     2011-03-12 14:14:19 +0000 (Sat, 12 Mar 2011)
Log Message:
-----------
Bugreport #26464

Added more clear tooltip to render as B&W file option.
This only works now for PNG, JPEG, TGA and TIFF

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_scene.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_scene.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_scene.c    2011-03-12 
13:15:09 UTC (rev 35489)
+++ trunk/blender/source/blender/makesrna/intern/rna_scene.c    2011-03-12 
14:14:19 UTC (rev 35490)
@@ -1949,7 +1949,7 @@
                {0, NULL, 0, NULL, NULL}};
                
        static EnumPropertyItem color_mode_items[] ={
-               {R_PLANESBW, "BW", 0, "BW", "Images are saved with BW 
(grayscale) data"},
+               {R_PLANESBW, "BW", 0, "BW", "Images get saved in 8 bits 
grayscale (only PNG, JPEG, TGA, TIF)"},
                {R_PLANES24, "RGB", 0, "RGB", "Images are saved with RGB 
(color) data"},
                {R_PLANES32, "RGBA", 0, "RGBA", "Images are saved with RGB and 
Alpha data (if supported)"},
                {0, NULL, 0, NULL, NULL}};

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to