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>2009-10-25 02:26:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-10-25 02:26:28 +0300
commit4aa7ddfe33716b16d8c0646d0049c38a13835df3 (patch)
tree31b19159093fa2c55c407086d1e466dc1d310986 /source/blender/editors/space_script
parentbf5f63f09be085ebaec7ded41ff1991e4406f5c5 (diff)
description patch from Ron Walker
Diffstat (limited to 'source/blender/editors/space_script')
-rw-r--r--source/blender/editors/space_script/script_edit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_script/script_edit.c b/source/blender/editors/space_script/script_edit.c
index c17793b28f8..df6f932acdf 100644
--- a/source/blender/editors/space_script/script_edit.c
+++ b/source/blender/editors/space_script/script_edit.c
@@ -79,6 +79,7 @@ void SCRIPT_OT_python_file_run(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Run python file";
+ ot->description= "Run Python file.";
ot->idname= "SCRIPT_OT_python_file_run";
/* api callbacks */
@@ -111,6 +112,7 @@ void SCRIPT_OT_python_run_ui_scripts(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Reload Python Interface";
+ ot->description= "Reload Python interface.";
ot->idname= "SCRIPT_OT_python_run_ui_scripts";
/* api callbacks */