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
@@ -69,7 +69,7 @@
|
||||
#include "../generic/idprop_py_api.h"
|
||||
#include "../generic/imbuf_py_api.h"
|
||||
#include "../gpu/gpu_py_api.hh"
|
||||
#include "../mathutils/mathutils.h"
|
||||
#include "../mathutils/mathutils.hh"
|
||||
|
||||
/* Logging types to use anywhere in the Python modules. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user