Fix for recent kdtree py module with MSVC
also remove submodule includes from mathutils.h
This commit is contained in:
@@ -55,10 +55,10 @@ typedef struct {
|
||||
#include "mathutils_Euler.h"
|
||||
#include "mathutils_Color.h"
|
||||
|
||||
/* utility submodules */
|
||||
#include "mathutils_geometry.h"
|
||||
#include "mathutils_noise.h"
|
||||
#include "mathutils_kdtree.h"
|
||||
// /* utility submodules */
|
||||
//
|
||||
//
|
||||
//#include "mathutils_kdtree.h"
|
||||
|
||||
PyObject *BaseMathObject_owner_get(BaseMathObject *self, void *);
|
||||
PyObject *BaseMathObject_is_wrapped_get(BaseMathObject *self, void *);
|
||||
|
Reference in New Issue
Block a user