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

Director.h « python « intern « freestyle « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7114b124ffb880f5c2521f41769ba2b61610cd0a (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
26
27
28
29
30
31
32
33
34
#ifndef  FREESTYLE_PYTHON_DIRECTOR
# define FREESTYLE_PYTHON_DIRECTOR

#include "../view_map/Interface1D.h"

#ifdef __cplusplus
extern "C" {
#endif

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

#include <Python.h>

//   SWIG directors
// ----------------------------
//   ViewEdgeInternal::ViewEdgeIterator;
//   ChainingIterator;
//   ChainSilhouetteIterator;
//   ChainPredicateIterator;
//   UnaryPredicate0D;
//   UnaryPredicate1D;
//   BinaryPredicate1D;
//   StrokeShader;

bool director_BPy_UnaryPredicate1D___call__( PyObject *py_up1D, Interface1D& if1D);

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

#ifdef __cplusplus
}
#endif


#endif // FREESTYLE_PYTHON_DIRECTOR