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

BPy_Curve.cpp « Interface1D « python « intern « freestyle « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4fac75b3f0d0b25b3386fdad7810a025889fb9ca (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
 PyObject *_wrap_Curve_computeCurvatureAndOrientation(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_push_vertex_back__SWIG_0(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_push_vertex_back__SWIG_1(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_push_vertex_back(PyObject *self, PyObject *args) {
}


 PyObject *_wrap_Curve_push_vertex_front__SWIG_0(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_push_vertex_front__SWIG_1(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_push_vertex_front(PyObject *self, PyObject *args) {
}


 PyObject *_wrap_Curve_empty(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_getLength2D(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_getId(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_nSegments(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_setId(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_curvePointsBegin__SWIG_0(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_curvePointsBegin__SWIG_1(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_curvePointsBegin(PyObject *self, PyObject *args) {
}


 PyObject *_wrap_Curve_curvePointsEnd__SWIG_0(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_curvePointsEnd__SWIG_1(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_curvePointsEnd(PyObject *self, PyObject *args) {
}


 PyObject *_wrap_Curve_curveVerticesBegin(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_curveVerticesEnd(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_verticesBegin(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_verticesEnd(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_pointsBegin__SWIG_0(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_pointsBegin__SWIG_1(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_pointsBegin(PyObject *self, PyObject *args) {
}


 PyObject *_wrap_Curve_pointsEnd__SWIG_0(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_pointsEnd__SWIG_1(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_Curve_pointsEnd(PyObject *self, PyObject *args) {
}