[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50426] branches/soc-2011-tomato/source/ blender/makesrna/intern/rna_color.c: Color Management: exposure is in fact pre-display transfrom

Sergey Sharybin sergey.vfx at gmail.com
Wed Sep 5 18:24:33 CEST 2012


Revision: 50426
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50426
Author:   nazgul
Date:     2012-09-05 16:24:33 +0000 (Wed, 05 Sep 2012)
Log Message:
-----------
Color Management: exposure is in fact pre-display transfrom

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/makesrna/intern/rna_color.c

Modified: branches/soc-2011-tomato/source/blender/makesrna/intern/rna_color.c
===================================================================
--- branches/soc-2011-tomato/source/blender/makesrna/intern/rna_color.c	2012-09-05 16:08:36 UTC (rev 50425)
+++ branches/soc-2011-tomato/source/blender/makesrna/intern/rna_color.c	2012-09-05 16:24:33 UTC (rev 50426)
@@ -885,7 +885,7 @@
 	RNA_def_property_float_sdna(prop, NULL, "exposure");
 	RNA_def_property_range(prop, -10.0f, 10.0f);
 	RNA_def_property_float_default(prop, 0.0f);
-	RNA_def_property_ui_text(prop, "Exposure", "Exposure (stops) applied after display transform");
+	RNA_def_property_ui_text(prop, "Exposure", "Exposure (stops) applied before display transform");
 	RNA_def_property_update(prop, NC_WINDOW, "rna_ColorManagement_update");
 
 	prop = RNA_def_property(srna, "gamma", PROP_FLOAT, PROP_FACTOR);




More information about the Bf-blender-cvs mailing list