[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54160] trunk/blender/source/blender/ editors/screen/screendump.c: Better tooltips for the Full Screen option on Save Screenshot/ Screencast operators.

Pablo Vazquez venomgfx at gmail.com
Tue Jan 29 00:58:10 CET 2013


Revision: 54160
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54160
Author:   venomgfx
Date:     2013-01-28 23:58:09 +0000 (Mon, 28 Jan 2013)
Log Message:
-----------
Better tooltips for the Full Screen option on Save Screenshot/Screencast operators.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/screen/screendump.c

Modified: trunk/blender/source/blender/editors/screen/screendump.c
===================================================================
--- trunk/blender/source/blender/editors/screen/screendump.c	2013-01-28 23:57:02 UTC (rev 54159)
+++ trunk/blender/source/blender/editors/screen/screendump.c	2013-01-28 23:58:09 UTC (rev 54160)
@@ -272,7 +272,7 @@
 	
 	WM_operator_properties_filesel(ot, FOLDERFILE | IMAGEFILE, FILE_SPECIAL, FILE_SAVE,
 	                               WM_FILESEL_FILEPATH, FILE_DEFAULTDISPLAY);
-	RNA_def_boolean(ot->srna, "full", 1, "Full Screen", "Screenshot the whole Blender window");
+	RNA_def_boolean(ot->srna, "full", 1, "Full Screen", "Capture the whole window. If disabled, only capture the active area");
 }
 
 /* *************** screenshot movie job ************************* */
@@ -500,5 +500,5 @@
 	ot->flag = 0;
 	
 	RNA_def_property(ot->srna, "filepath", PROP_STRING, PROP_FILEPATH);
-	RNA_def_boolean(ot->srna, "full", 1, "Full Screen", "Screencast the whole Blender window");
+	RNA_def_boolean(ot->srna, "full", 1, "Full Screen", "Capture the whole window. If disabled, only capture the active area");
 }




More information about the Bf-blender-cvs mailing list