This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/freestyle/intern/python/StrokeAttribute.cpp

113 lines
2.4 KiB
C++
Raw Normal View History

PyObject *_wrap_StrokeAttribute_getColor(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_getColorR(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_getColorG(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_getColorB(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_getColorRGB(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_getAlpha(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_getThickness(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_getThicknessR(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_getThicknessL(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_getThicknessRL(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_isVisible(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_getAttributeReal(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_getAttributeVec2f(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_getAttributeVec3f(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_isAttributeAvailableReal(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_isAttributeAvailableVec2f(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_isAttributeAvailableVec3f(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_setColor__SWIG_0(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_setColor__SWIG_1(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_setColor(PyObject *self, PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_setAlpha(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_setThickness__SWIG_0(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_setThickness__SWIG_1(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_setThickness(PyObject *self, PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_SetVisible(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_setAttributeReal(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_setAttributeVec2f(PyObject *self , PyObject *args) {
}
PyObject *_wrap_StrokeAttribute_setAttributeVec3f(PyObject *self , PyObject *args) {
}