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:
authorJacques Guignot <guignot@wanadoo.fr>2003-07-25 13:00:01 +0400
committerJacques Guignot <guignot@wanadoo.fr>2003-07-25 13:00:01 +0400
commit65de07aeec090d82e9f73ab71840574f743fbb6c (patch)
treebf7348542384ab658f98865281f798ae31e9caa2 /source/blender/python/BPY_interface.c
parentbde4d40f8ba5c6474e20b73396debf2a6bf571e5 (diff)
removed a debug message
Diffstat (limited to 'source/blender/python/BPY_interface.c')
-rw-r--r--source/blender/python/BPY_interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/BPY_interface.c b/source/blender/python/BPY_interface.c
index 43b9e0a910f..9ea7176ae33 100644
--- a/source/blender/python/BPY_interface.c
+++ b/source/blender/python/BPY_interface.c
@@ -476,8 +476,8 @@ void BPY_do_pyscript(struct ID *id, short event)
for (index = 0; index < scriptlink->totscript; index++)
{
- printf ("scriptnr: %d\tevent=%d, flag[index]=%d\n", index,
- event, scriptlink->flag[index]);
+ /*printf ("scriptnr: %d\tevent=%d, flag[index]=%d\n", index,
+ event, scriptlink->flag[index]);*/
if ((scriptlink->flag[index] == event) &&
(scriptlink->scripts[index] != NULL))
{