bpy.app.handlers.frame_change_pre/post handlers.

This commit is contained in:
2011-09-27 10:43:45 +00:00
parent 7fbfca48d2
commit 768806adc0
3 changed files with 11 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ void bpy_app_generic_callback(struct Main *main, struct ID *id, void *arg);
static PyTypeObject BlenderAppCbType;
static PyStructSequence_Field app_cb_info_fields[]= {
{(char *)"frame_change_pre", NULL},
{(char *)"frame_change_post", NULL},
{(char *)"render_pre", NULL},
{(char *)"render_post", NULL},
{(char *)"render_stats", NULL},