Refactor: Move BPY generic headers to proper C++ ones.

NOTE: `bgl.h` was left unchanged, as it is deprecated code anyway, and
its conversion to C++ does not seem immediately trivial.
This commit is contained in:
Bastien Montagne
2024-09-24 15:25:36 +02:00
committed by Bastien Montagne
parent 4fac7828e4
commit c3247aa4f0
103 changed files with 237 additions and 332 deletions

View File

@@ -18,7 +18,7 @@
#include "BLI_math_vector.h"
#include "BLI_utildefines.h"
#include "../generic/py_capi_utils.h"
#include "../generic/py_capi_utils.hh"
#ifndef MATH_STANDALONE
# include "BLI_dynstr.h"