Refactor: Move BPY mathutils headers to proper C++ ones.
This module actually was confusing, since only a few headers were effectively still C ones (using the `extern "C"` blocks)...
This commit is contained in:
committed by
Bastien Montagne
parent
4dd11465bc
commit
4fac7828e4
@@ -29,7 +29,7 @@
|
||||
#define USE_MATHUTILS
|
||||
|
||||
#ifdef USE_MATHUTILS
|
||||
# include "../mathutils/mathutils.h" /* so we can have mathutils callbacks */
|
||||
# include "../mathutils/mathutils.hh" /* so we can have mathutils callbacks */
|
||||
#endif
|
||||
|
||||
#define MAX_ARRAY_DIMENSION 10
|
||||
|
||||
Reference in New Issue
Block a user