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

manta_python_API.cpp « intern « mantaflow « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 00538b823773dd703c655d40fed5848e9dce0e5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright 2016 Blender Foundation. All rights reserved. */

/** \file
 * \ingroup intern_mantaflow
 */

#include "manta_python_API.h"
#include "manta.h"

PyObject *Manta_initPython(void)
{
  return Pb::PyInit_manta_main();
}