|
Blender V4.5
|
#include "BLI_utildefines.h"#include <Python.h>#include "../generic/python_compat.hh"#include "bpy_app_ocio.hh"#include "../generic/py_capi_utils.hh"#include "OCIO_version.hh"Go to the source code of this file.
Macros | |
| #define | SetStrItem(str) |
| #define | SetObjItem(obj) |
Functions | |
| static PyObject * | make_ocio_info () |
| PyObject * | BPY_app_ocio_struct () |
Variables | |
| static PyTypeObject | BlenderAppOCIOType |
| static PyStructSequence_Field | app_ocio_info_fields [] |
| static PyStructSequence_Desc | app_ocio_info_desc |
| #define SetObjItem | ( | obj | ) |
Referenced by make_ocio_info().
| #define SetStrItem | ( | str | ) |
Referenced by make_ocio_info().
| PyObject * BPY_app_ocio_struct | ( | ) |
Definition at line 77 of file bpy_app_ocio.cc.
References app_ocio_info_desc, BlenderAppOCIOType, make_ocio_info(), Py_HashPointer, and ret.
Referenced by make_app_info().
|
static |
Definition at line 38 of file bpy_app_ocio.cc.
References BlenderAppOCIOType, blender::ocio::get_version(), blender::ocio::Version::major, blender::ocio::Version::minor, blender::ocio::Version::patch, pos, PyC_Tuple_Pack_I32(), SetObjItem, SetStrItem, and UNLIKELY.
Referenced by BPY_app_ocio_struct().
|
static |
Definition at line 31 of file bpy_app_ocio.cc.
Referenced by BPY_app_ocio_struct().
|
static |
Definition at line 24 of file bpy_app_ocio.cc.
|
static |
Definition at line 22 of file bpy_app_ocio.cc.
Referenced by BPY_app_ocio_struct(), and make_ocio_info().