documentation - brief descriptions for bpy api files.

This commit is contained in:
2011-11-05 08:21:12 +00:00
parent 62f2218554
commit 2b939904ab
18 changed files with 77 additions and 10 deletions

View File

@@ -22,6 +22,10 @@
/** \file blender/python/intern/bpy_app_handlers.c
* \ingroup pythonintern
*
* This file defines a 'PyStructSequence' accessed via 'bpy.app.handlers',
* which exposes various lists that the script author can add callback
* functions into (called via blenders generic BLI_cb api)
*/
#include <Python.h>