Go to the source code of this file.
◆ SetObjItem
| #define SetObjItem |
( |
| obj | ) |
|
◆ SetStrItem
| #define SetStrItem |
( |
| str | ) |
|
Value:PyStructSequence_SET_ITEM(sdl_info,
pos++, PyUnicode_FromString(
str))
Referenced by make_sdl_info().
◆ BPY_app_sdl_struct()
| PyObject * BPY_app_sdl_struct |
( |
| ) |
|
|
nodiscard |
◆ make_sdl_info()
| PyObject * make_sdl_info |
( |
| ) |
|
|
static |
◆ app_sdl_info_desc
| PyStructSequence_Desc app_sdl_info_desc |
|
static |
Initial value: = {
"bpy.app.sdl",
"This module contains information about SDL blender is linked against",
}
static PyStructSequence_Field app_sdl_info_fields[]
Definition at line 42 of file bpy_app_sdl.cc.
Referenced by BPY_app_sdl_struct().
◆ app_sdl_info_fields
| PyStructSequence_Field app_sdl_info_fields[] |
|
static |
Initial value: = {
{"supported", ("Boolean, True when Blender is built with SDL support")},
{"version", ("The SDL version as a tuple of 3 numbers")},
{"version_string", ("The SDL version formatted as a string")},
{nullptr},
}
Definition at line 35 of file bpy_app_sdl.cc.
◆ BlenderAppSDLType
| PyTypeObject BlenderAppSDLType |
|
static |