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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-03 14:18:58 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-03 14:18:58 +0400
commit9a4e1e0f0aec88c79fe4113019b1d7d1c79a7511 (patch)
treeeac888b9252e64434f40469ef8864f68497d125a /source/blender/python
parent2f453773f6b4cd0a03f5e2d9876ee250b87871f0 (diff)
Cycles: updates to follow code committed to trunk.
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/bpy_app_handlers.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy_app_handlers.c b/source/blender/python/intern/bpy_app_handlers.c
index 7008aeda074..e7f74569f1a 100644
--- a/source/blender/python/intern/bpy_app_handlers.c
+++ b/source/blender/python/intern/bpy_app_handlers.c
@@ -47,6 +47,8 @@ static PyStructSequence_Field app_cb_info_fields[]= {
{(char *)"load_post", NULL},
{(char *)"save_pre", NULL},
{(char *)"save_post", NULL},
+ {(char *)"scene_update_pre", NULL},
+ {(char *)"scene_update_post", NULL},
{NULL}
};