Go to the source code of this file.
◆ SetObjItem
| #define SetObjItem |
( |
| obj | ) |
|
◆ BPY_app_oiio_struct()
| PyObject * BPY_app_oiio_struct |
( |
| ) |
|
|
nodiscard |
◆ make_oiio_info()
| PyObject * make_oiio_info |
( |
| ) |
|
|
static |
◆ app_oiio_info_desc
| PyStructSequence_Desc app_oiio_info_desc |
|
static |
Initial value: = {
"bpy.app.oiio",
"This module contains information about OpeImageIO blender is linked against",
}
static PyStructSequence_Field app_oiio_info_fields[]
Definition at line 29 of file bpy_app_oiio.cc.
Referenced by BPY_app_oiio_struct().
◆ app_oiio_info_fields
| PyStructSequence_Field app_oiio_info_fields[] |
|
static |
Initial value: = {
{"supported", "Boolean, True when Blender is built with OpenImageIO support"},
{"version", "The OpenImageIO version as a tuple of 3 numbers"},
{"version_string", "The OpenImageIO version formatted as a string"},
{nullptr},
}
Definition at line 22 of file bpy_app_oiio.cc.
◆ BlenderAppOIIOType
| PyTypeObject BlenderAppOIIOType |
|
static |