|
Blender V4.3
|
#include "BLI_utildefines.h"#include <Python.h>#include "bpy_app_opensubdiv.hh"#include "../generic/py_capi_utils.hh"Go to the source code of this file.
Macros | |
| #define | SetStrItem(str) PyStructSequence_SET_ITEM(opensubdiv_info, pos++, PyUnicode_FromString(str)) |
| #define | SetObjItem(obj) PyStructSequence_SET_ITEM(opensubdiv_info, pos++, obj) |
Functions | |
| static PyObject * | make_opensubdiv_info () |
| PyObject * | BPY_app_opensubdiv_struct () |
Variables | |
| static PyTypeObject | BlenderAppOpenSubdivType |
| static PyStructSequence_Field | app_opensubdiv_info_fields [] |
| static PyStructSequence_Desc | app_opensubdiv_info_desc |
Referenced by make_opensubdiv_info().
| #define SetStrItem | ( | str | ) | PyStructSequence_SET_ITEM(opensubdiv_info, pos++, PyUnicode_FromString(str)) |
Referenced by make_opensubdiv_info().
| PyObject * BPY_app_opensubdiv_struct | ( | ) |
Definition at line 76 of file bpy_app_opensubdiv.cc.
References app_opensubdiv_info_desc, BlenderAppOpenSubdivType, make_opensubdiv_info(), and ret.
Referenced by make_app_info().
|
static |
Definition at line 36 of file bpy_app_opensubdiv.cc.
References BlenderAppOpenSubdivType, openSubdiv_getVersionHex(), pos, PyC_Tuple_Pack_I32(), SetObjItem, SetStrItem, and UNLIKELY.
Referenced by BPY_app_opensubdiv_struct().
|
static |
Definition at line 29 of file bpy_app_opensubdiv.cc.
Referenced by BPY_app_opensubdiv_struct().
|
static |
Definition at line 22 of file bpy_app_opensubdiv.cc.
|
static |
Definition at line 20 of file bpy_app_opensubdiv.cc.
Referenced by BPY_app_opensubdiv_struct(), and make_opensubdiv_info().