[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15085] trunk/blender/source/blender/ python/BPY_interface.c: Added missing newline for error print in Py-button expressions

Joshua Leung aligorith at gmail.com
Mon Jun 2 04:54:34 CEST 2008


Revision: 15085
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15085
Author:   aligorith
Date:     2008-06-02 04:54:33 +0200 (Mon, 02 Jun 2008)

Log Message:
-----------
Added missing newline for error print in Py-button expressions

Modified Paths:
--------------
    trunk/blender/source/blender/python/BPY_interface.c

Modified: trunk/blender/source/blender/python/BPY_interface.c
===================================================================
--- trunk/blender/source/blender/python/BPY_interface.c	2008-06-02 01:02:08 UTC (rev 15084)
+++ trunk/blender/source/blender/python/BPY_interface.c	2008-06-02 02:54:33 UTC (rev 15085)
@@ -2103,7 +2103,7 @@
 	if (!bpy_pydriver_Dict) {
 		if (bpy_pydriver_create_dict() != 0) {
 			fprintf(stderr,
-				"Button Python Eval error: couldn't create Python dictionary");
+				"Button Python Eval error: couldn't create Python dictionary \n");
 			PyGILState_Release(gilstate);
 			return -1;
 		}





More information about the Bf-blender-cvs mailing list