[Bf-blender-cvs] [349357a7bdf] master: UI: reword error message when Python script fails.

Francesco Siddi noreply at git.blender.org
Thu Feb 14 18:17:20 CET 2019


Commit: 349357a7bdffcf82705598d3cfc203812dd6d9a3
Author: Francesco Siddi
Date:   Thu Feb 14 18:16:18 2019 +0100
Branches: master
https://developer.blender.org/rB349357a7bdffcf82705598d3cfc203812dd6d9a3

UI: reword error message when Python script fails.

Differential Revision: https://developer.blender.org/D4353

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

M	source/blender/editors/space_text/text_ops.c
M	source/tools

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

diff --git a/source/blender/editors/space_text/text_ops.c b/source/blender/editors/space_text/text_ops.c
index d23e59d437c..54117dc2051 100644
--- a/source/blender/editors/space_text/text_ops.c
+++ b/source/blender/editors/space_text/text_ops.c
@@ -613,7 +613,7 @@ static int text_run_script(bContext *C, ReportList *reports)
 			}
 		}
 
-		BKE_report(reports, RPT_ERROR, "Python script fail, look in the console for now...");
+		BKE_report(reports, RPT_ERROR, "Python script failed, check the message in the system console");
 
 		return OPERATOR_FINISHED;
 	}
diff --git a/source/tools b/source/tools
index 3f0d91e9249..83428cbf0a8 160000
--- a/source/tools
+++ b/source/tools
@@ -1 +1 @@
-Subproject commit 3f0d91e9249bf35b92ee745e2c45c460c869fb25
+Subproject commit 83428cbf0a8d7e0bdd7a91c00124381c1db42e70



More information about the Bf-blender-cvs mailing list