move geometry python module into mathutils.geometry, since it provides utility functions using mathutils types.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user