Cleanup: Move BKE_material.h to C++

The `BKE_material.h` is only renamed to `.hh` to preserve
the history of the file. Changes to the file are done in
the following commit.
This commit is contained in:
Falk David
2025-01-09 17:26:40 +01:00
committed by Falk David
parent b05ef8f739
commit d413b0064f
157 changed files with 157 additions and 158 deletions

View File

@@ -44,6 +44,7 @@
#include "BKE_colorband.hh" /* BKE_colorband_evaluate() */
#include "BKE_colortools.hh" /* BKE_curvemapping_evaluateF() */
#include "BKE_material.hh" /* ramp_blend() */
#ifdef __cplusplus
extern "C" {
@@ -138,8 +139,6 @@ static int ramp_blend_type(const char *type)
return -1;
}
#include "BKE_material.h" /* ramp_blend() */
PyDoc_STRVAR(
/* Wrap. */
Freestyle_blendRamp___doc__,