Commit: 90a9415c9a15fafadad7dc97440034303884a272
Author: Antony Riakiotakis
Date:   Fri Feb 13 12:15:57 2015 +0100
Branches: master
https://developer.blender.org/rB90a9415c9a15fafadad7dc97440034303884a272

No need to use "SSAO" for SSAO color

===================================================================

M       source/blender/makesrna/intern/rna_scene.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_scene.c 
b/source/blender/makesrna/intern/rna_scene.c
index 80977fa..a74c5be 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -3911,7 +3911,7 @@ static void rna_def_gpu_ssao_fx(BlenderRNA *brna)
        RNA_def_property_update(prop, NC_SPACE | ND_SPACE_VIEW3D, NULL);
 
        prop = RNA_def_property(srna, "color", PROP_FLOAT, PROP_COLOR_GAMMA);
-       RNA_def_property_ui_text(prop, "SSAO Color", "Color for screen space 
ambient occlusion effect");
+       RNA_def_property_ui_text(prop, "Color", "Color for screen space ambient 
occlusion effect");
        RNA_def_property_range(prop, 0.0f, 1.0f);
        RNA_def_property_update(prop, NC_SPACE | ND_SPACE_VIEW3D, NULL);
 }

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

Reply via email to