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