py operators - don't use the screen as an operators ID anymore, screen's don't store operator instances and operator functions have access to the context if they need the current screen.

also add some more py api file descriptions.
This commit is contained in:
2011-11-05 08:40:07 +00:00
parent 2b939904ab
commit e5647ea196
11 changed files with 46 additions and 35 deletions

View File

@@ -22,9 +22,10 @@
/** \file blender/python/generic/blf_py_api.c
* \ingroup pygen
*
* This file defines the 'bgl' module, used for drawing text in OpenGL.
*/
#include <Python.h>
#include "blf_py_api.h"