python BLF module for drawing text, updated template to draw text in the 3D view.

This commit is contained in:
2010-02-28 11:18:54 +00:00
parent f9d24eab55
commit 3bbf1917c5
4 changed files with 234 additions and 4 deletions

View File

@@ -38,6 +38,7 @@
#include "../generic/Mathutils.h"
#include "../generic/Geometry.h"
#include "../generic/BGL.h"
#include "../generic/BLF.h"
#include "../generic/IDProp.h"
static char bpy_home_paths_doc[] =
@@ -106,6 +107,7 @@ void BPy_init_modules( void )
Geometry_Init();
Mathutils_Init();
BGL_Init();
BLF_Init();
IDProp_Init_Types();