move mathutils into its own lib.

This commit is contained in:
2011-07-15 04:01:47 +00:00
parent 5ff9acfd28
commit 3a6158a8bf
28 changed files with 410 additions and 357 deletions

View File

@@ -55,10 +55,10 @@
#include "MEM_guardedalloc.h"
/* external util modules */
#include "../generic/mathutils.h"
#include "../generic/IDProp.h"
#include "../generic/bgl.h"
#include "../generic/blf_py_api.h"
#include "../generic/IDProp.h"
#include "../mathutils/mathutils.h"
PyObject *bpy_package_py= NULL;