Blender
V3.3
|
Go to the source code of this file.
Functions | |
static PyObject * | ContextFunctions_get_time_stamp (PyObject *) |
static PyObject * | ContextFunctions_get_canvas_width (PyObject *) |
static PyObject * | ContextFunctions_get_canvas_height (PyObject *) |
static PyObject * | ContextFunctions_get_border (PyObject *) |
static PyObject * | ContextFunctions_load_map (PyObject *, PyObject *args, PyObject *kwds) |
static PyObject * | ContextFunctions_read_map_pixel (PyObject *, PyObject *args, PyObject *kwds) |
static PyObject * | ContextFunctions_read_complete_view_map_pixel (PyObject *, PyObject *args, PyObject *kwds) |
static PyObject * | ContextFunctions_read_directional_view_map_pixel (PyObject *, PyObject *args, PyObject *kwds) |
static PyObject * | ContextFunctions_get_selected_fedge (PyObject *) |
int | ContextFunctions_Init (PyObject *module) |
Variables | |
static char | ContextFunctions_get_time_stamp___doc__ [] |
static char | ContextFunctions_get_canvas_width___doc__ [] |
static char | ContextFunctions_get_canvas_height___doc__ [] |
static char | ContextFunctions_get_border___doc__ [] |
static char | ContextFunctions_load_map___doc__ [] |
static char | ContextFunctions_read_map_pixel___doc__ [] |
static char | ContextFunctions_read_complete_view_map_pixel___doc__ [] |
static char | ContextFunctions_read_directional_view_map_pixel___doc__ [] |
static char | ContextFunctions_get_selected_fedge___doc__ [] |
static char | module_docstring [] = "The Blender Freestyle.ContextFunctions submodule\n\n" |
static PyMethodDef | module_functions [] |
static PyModuleDef | module_definition |
|
static |
Definition at line 69 of file BPy_ContextFunctions.cpp.
References border, Freestyle::ContextFunctions::GetBorderCF(), PyTuple_SET_ITEMS, and v.
|
static |
Definition at line 56 of file BPy_ContextFunctions.cpp.
References Freestyle::ContextFunctions::GetCanvasHeightCF().
|
static |
Definition at line 43 of file BPy_ContextFunctions.cpp.
References Freestyle::ContextFunctions::GetCanvasWidthCF().
|
static |
Definition at line 222 of file BPy_ContextFunctions.cpp.
References Any_BPy_FEdge_from_FEdge(), and Freestyle::ContextFunctions::GetSelectedFEdgeCF().
|
static |
Definition at line 30 of file BPy_ContextFunctions.cpp.
References Freestyle::ContextFunctions::GetTimeStampCF().
int ContextFunctions_Init | ( | PyObject * | module | ) |
Definition at line 289 of file BPy_ContextFunctions.cpp.
References module, and module_definition.
Referenced by Freestyle_Init().
|
static |
Definition at line 97 of file BPy_ContextFunctions.cpp.
References Freestyle::ContextFunctions::LoadMapCF().
|
static |
Definition at line 164 of file BPy_ContextFunctions.cpp.
References Freestyle::ContextFunctions::ReadCompleteViewMapPixelCF(), Freestyle::x, and y.
|
static |
Definition at line 198 of file BPy_ContextFunctions.cpp.
References Freestyle::ContextFunctions::ReadDirectionalViewMapPixelCF(), Freestyle::x, and y.
|
static |
Definition at line 131 of file BPy_ContextFunctions.cpp.
References Freestyle::ContextFunctions::ReadMapPixelCF(), Freestyle::x, and y.
|
static |
Definition at line 61 of file BPy_ContextFunctions.cpp.
|
static |
Definition at line 48 of file BPy_ContextFunctions.cpp.
|
static |
Definition at line 35 of file BPy_ContextFunctions.cpp.
|
static |
Definition at line 214 of file BPy_ContextFunctions.cpp.
|
static |
Definition at line 22 of file BPy_ContextFunctions.cpp.
|
static |
Definition at line 81 of file BPy_ContextFunctions.cpp.
|
static |
Definition at line 147 of file BPy_ContextFunctions.cpp.
|
static |
Definition at line 178 of file BPy_ContextFunctions.cpp.
|
static |
Definition at line 112 of file BPy_ContextFunctions.cpp.
|
static |
Definition at line 279 of file BPy_ContextFunctions.cpp.
Referenced by ContextFunctions_Init().
|
static |
Definition at line 233 of file BPy_ContextFunctions.cpp.
|
static |
Definition at line 237 of file BPy_ContextFunctions.cpp.