Blender V4.3
manta_python_API.cpp
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2016 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#include "manta_python_API.h"
10#include "manta.h"
11
12PyObject *Manta_initPython(void)
13{
14 return Pb::PyInit_manta_main();
15}
PyObject * Manta_initPython(void)