From now on, when a set should be output (PySet_Type), it is given as a list (PyList_Type). The reason is that it doesn't really matter what we bring back to the Python interpreter. The set is guaranteed in memory on the C++ side. For the CurvePoint class, the userdata variable is not yet ported (and will probably available as a list or a dictionary). The CurvePoint implementation works except for the initialization from other CurvePoints: somehow, the inner variables don't seem to be correctly handled. I do not know if it is a bug in Freestyle or if the CurvePoint object's state is correct for my test case. CurvePoint needs more testing.
45 lines
871 B
C++
45 lines
871 B
C++
PyObject *_wrap_FEdgeSharp_duplicate(PyObject *self , PyObject *args) {
|
|
}
|
|
|
|
|
|
PyObject *_wrap_FEdgeSharp_normalA(PyObject *self , PyObject *args) {
|
|
}
|
|
|
|
|
|
PyObject *_wrap_FEdgeSharp_normalB(PyObject *self , PyObject *args) {
|
|
}
|
|
|
|
|
|
PyObject *_wrap_FEdgeSharp_aMaterialIndex(PyObject *self , PyObject *args) {
|
|
}
|
|
|
|
|
|
PyObject *_wrap_FEdgeSharp_aMaterial(PyObject *self , PyObject *args) {
|
|
}
|
|
|
|
|
|
PyObject *_wrap_FEdgeSharp_bMaterialIndex(PyObject *self , PyObject *args) {
|
|
}
|
|
|
|
|
|
PyObject *_wrap_FEdgeSharp_bMaterial(PyObject *self , PyObject *args) {
|
|
}
|
|
|
|
|
|
PyObject *_wrap_FEdgeSharp_SetNormalA(PyObject *self , PyObject *args) {
|
|
}
|
|
|
|
|
|
PyObject *_wrap_FEdgeSharp_SetNormalB(PyObject *self , PyObject *args) {
|
|
}
|
|
|
|
|
|
PyObject *_wrap_FEdgeSharp_SetaMaterialIndex(PyObject *self , PyObject *args) {
|
|
}
|
|
|
|
|
|
PyObject *_wrap_FEdgeSharp_SetbMaterialIndex(PyObject *self , PyObject *args) {
|
|
}
|
|
|
|
|