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
13
source/blender/python/mathutils/mathutils_kdtree.hh
Normal file
13
source/blender/python/mathutils/mathutils_kdtree.hh
Normal file
@@ -0,0 +1,13 @@
|
||||
/* SPDX-FileCopyrightText: 2023 Blender Authors
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
/** \file
|
||||
* \ingroup mathutils
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
PyMODINIT_FUNC PyInit_mathutils_kdtree();
|
||||
|
||||
extern PyTypeObject PyKDTree_Type;
|
||||
Reference in New Issue
Block a user