move geometry python module into mathutils.geometry, since it provides utility functions using mathutils types.

This commit is contained in:
2010-10-25 22:44:01 +00:00
parent 29605fc06d
commit 3264ced377
12 changed files with 15 additions and 12 deletions

View File

@@ -40,7 +40,6 @@ extern "C" {
#include "bpy_internal_import.h" /* from the blender python api, but we want to import text too! */
#include "py_capi_utils.h"
#include "mathutils.h" // Blender.Mathutils module copied here so the blenderlayer can use.
#include "geometry.h" // Blender.Geometry module copied here so the blenderlayer can use.
#include "bgl.h"
#include "blf_api.h"