|
Blender V4.3
|
#include "BLI_utildefines.h"#include <Python.h>#include "bpy_app_oiio.hh"#include "../generic/py_capi_utils.hh"#include "openimageio_api.h"Go to the source code of this file.
Macros | |
| #define | SetObjItem(obj) PyStructSequence_SET_ITEM(oiio_info, pos++, obj) |
Functions | |
| static PyObject * | make_oiio_info () |
| PyObject * | BPY_app_oiio_struct () |
Variables | |
| static PyTypeObject | BlenderAppOIIOType |
| static PyStructSequence_Field | app_oiio_info_fields [] |
| static PyStructSequence_Desc | app_oiio_info_desc |
Referenced by make_oiio_info().
| PyObject * BPY_app_oiio_struct | ( | ) |
Definition at line 65 of file bpy_app_oiio.cc.
References app_oiio_info_desc, BlenderAppOIIOType, make_oiio_info(), and ret.
Referenced by make_app_info().
|
static |
Definition at line 34 of file bpy_app_oiio.cc.
References BlenderAppOIIOType, OIIO_getVersionHex(), pos, PyC_Tuple_Pack_I32(), SetObjItem, and UNLIKELY.
Referenced by BPY_app_oiio_struct().
|
static |
Definition at line 27 of file bpy_app_oiio.cc.
Referenced by BPY_app_oiio_struct().
|
static |
Definition at line 20 of file bpy_app_oiio.cc.
|
static |
Definition at line 18 of file bpy_app_oiio.cc.
Referenced by BPY_app_oiio_struct(), and make_oiio_info().