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:
authorCampbell Barton <ideasman42@gmail.com>2012-03-21 03:44:02 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-21 03:44:02 +0400
commite3d96cd27b478a6c5d4cb4161e098c967f633b94 (patch)
treee6b3f9d2296bc196683a9135434f79bc89827d9b /source/blender/makesrna/intern/rna_scene.c
parent5935ff3aaa7dba6f065cad8d020de566ce21dff2 (diff)
patch [#30593] Minor 3D View Hint Changes
from Harley Acheson (harley)
Diffstat (limited to 'source/blender/makesrna/intern/rna_scene.c')
-rw-r--r--source/blender/makesrna/intern/rna_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index d5030134ea4..7cc145765d9 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -4149,7 +4149,7 @@ void RNA_def_scene(BlenderRNA *brna)
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", "Layers visible when rendering the scene");
+ RNA_def_property_ui_text(prop, "Layers", "Visible layers - Shift-Click to select multiple layers");
RNA_def_property_update(prop, NC_SCENE|ND_LAYER, "rna_Scene_layer_update");
/* active layer */