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;
}
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs