[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48620] branches/soc-2012-bratwurst/source /blender/makesrna/intern/rna_scene.c: Update this description to reflect its new behavior since the drag-select patch .

Jorge Rodriguez bs.vino at gmail.com
Thu Jul 5 05:25:29 CEST 2012


Revision: 48620
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48620
Author:   vino
Date:     2012-07-05 03:25:23 +0000 (Thu, 05 Jul 2012)
Log Message:
-----------
Update this description to reflect its new behavior since the drag-select patch.

Modified Paths:
--------------
    branches/soc-2012-bratwurst/source/blender/makesrna/intern/rna_scene.c

Modified: branches/soc-2012-bratwurst/source/blender/makesrna/intern/rna_scene.c
===================================================================
--- branches/soc-2012-bratwurst/source/blender/makesrna/intern/rna_scene.c	2012-07-05 02:58:02 UTC (rev 48619)
+++ branches/soc-2012-bratwurst/source/blender/makesrna/intern/rna_scene.c	2012-07-05 03:25:23 UTC (rev 48620)
@@ -4312,7 +4312,7 @@
 	RNA_def_property_boolean_sdna(prop, NULL, "lay", 1);
 	RNA_def_property_array(prop, 20);
 	RNA_def_property_boolean_funcs(prop, NULL, "rna_Scene_layer_set");
-	RNA_def_property_ui_text(prop, "Layers", "Visible layers - Shift-Click to select multiple layers");
+	RNA_def_property_ui_text(prop, "Layers", "Visible layers - Drag to select multiple, Shift-click to deselect");
 	RNA_def_property_update(prop, NC_SCENE | ND_LAYER, "rna_Scene_layer_update");
 
 	/* active layer */




More information about the Bf-blender-cvs mailing list