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:
Diffstat (limited to 'source/blender/python/api2_2x/Draw.c')
-rw-r--r--source/blender/python/api2_2x/Draw.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/Draw.c b/source/blender/python/api2_2x/Draw.c
index 4eb2ea09d00..3434b655280 100644
--- a/source/blender/python/api2_2x/Draw.c
+++ b/source/blender/python/api2_2x/Draw.c
@@ -546,8 +546,7 @@ static PyObject *Method_Exit (PyObject *self, PyObject *args)
* and gui button events, so a script can continue executing after the
* interpreter reached its end and returned control to Blender. Everytime
* the SPACE_SCRIPT window with this script is redrawn, the registered
- * callbacks are executed and deleted (a new call to Register re-inserts them
- * or new ones).*/
+ * callbacks are executed. */
static PyObject *Method_Register (PyObject *self, PyObject *args)
{
PyObject *newdrawc = NULL, *neweventc = NULL, *newbuttonc = NULL;