Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bl_math_py_api.h « generic « python « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5321c5ada10ea3e314ccb6b4cc22f7038a841b3 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-or-later */

/**
 * \file
 * \ingroup pygen
 */

#pragma once

PyMODINIT_FUNC BPyInit_bl_math(void);