* Implement Blender_Redraw(), minor changes in other files

* Implemented submodule Text
This commit is contained in:
2003-05-09 04:34:40 +00:00
parent ceeb5e7568
commit 81d2589d6a
8 changed files with 633 additions and 15 deletions

View File

@@ -40,12 +40,16 @@
#include <DNA_ID.h>
#include <DNA_object_types.h>
#include <DNA_scene_types.h>
#include <DNA_screen_types.h> /* for SPACE_VIEW3D */
#include <DNA_userdef_types.h>
#include <BKE_ipo.h>
#include "gen_utils.h"
#include "modules.h"
/* From Window.h, used here by Blender_Redraw */
PyObject *M_Window_Redraw(PyObject *self, PyObject *args);
/*****************************************************************************/
/* Python API function prototypes for the Blender module. */
/*****************************************************************************/