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

BPy_Freestyle.h « python « intern « freestyle « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc0524f5b49868947b314689f6755f4f5909b744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* SPDX-License-Identifier: GPL-2.0-or-later */

/** \file
 * \ingroup freestyle
 */

#pragma once

#ifdef __cplusplus
extern "C" {
#endif

#include <Python.h>

///////////////////////////////////////////////////////////////////////////////////////////

/*---------------------------Python BPy_Freestyle visible prototypes-----------*/

PyObject *Freestyle_Init(void);

///////////////////////////////////////////////////////////////////////////////////////////

#ifdef __cplusplus
}
#endif