Files
test/source/blender/python/mathutils/mathutils_geometry.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
201 B
C
Raw Normal View History

/* SPDX-FileCopyrightText: 2023 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
2011-02-27 20:10:08 +00:00
2012-04-30 14:24:11 +00:00
#pragma once
/** \file
* \ingroup pymathutils
2011-02-27 20:10:08 +00:00
*/
2011-07-15 04:01:47 +00:00
PyMODINIT_FUNC PyInit_mathutils_geometry(void);