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
@@ -22,7 +22,7 @@
|
||||
#include "../generic/python_compat.h"
|
||||
#include "../generic/python_utildefines.h"
|
||||
|
||||
#include "../mathutils/mathutils.h"
|
||||
#include "../mathutils/mathutils.hh"
|
||||
|
||||
#include "gpu_py.hh"
|
||||
#include "gpu_py_buffer.hh"
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#include "../mathutils/mathutils.h"
|
||||
#include "../mathutils/mathutils.hh"
|
||||
|
||||
#include "../generic/py_capi_utils.h"
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "ED_view3d_offscreen.hh"
|
||||
|
||||
#include "../mathutils/mathutils.h"
|
||||
#include "../mathutils/mathutils.hh"
|
||||
|
||||
#include "../generic/py_capi_utils.h"
|
||||
#include "../generic/python_compat.h"
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "../generic/python_compat.h"
|
||||
#include "../generic/python_utildefines.h"
|
||||
|
||||
#include "../mathutils/mathutils.h"
|
||||
#include "../mathutils/mathutils.hh"
|
||||
|
||||
#include "gpu_py.hh"
|
||||
#include "gpu_py_texture.hh"
|
||||
|
||||
Reference in New Issue
Block a user