Go to the source code of this file.
◆ SetObjItem
| #define SetObjItem |
( |
| obj | ) |
|
◆ SetStrItem
| #define SetStrItem |
( |
| str | ) |
|
Value:PyStructSequence_SET_ITEM(usd_info,
pos++, PyUnicode_FromString(
str))
Referenced by make_usd_info().
◆ BPY_app_usd_struct()
| PyObject * BPY_app_usd_struct |
( |
| ) |
|
|
nodiscard |
◆ make_usd_info()
| PyObject * make_usd_info |
( |
| ) |
|
|
static |
◆ app_usd_info_desc
| PyStructSequence_Desc app_usd_info_desc |
|
static |
Initial value: = {
"bpy.app.usd",
"This module contains information about the Universal Scene Description library Bender is "
"linked against",
}
static PyStructSequence_Field app_usd_info_fields[]
Definition at line 31 of file bpy_app_usd.cc.
Referenced by BPY_app_usd_struct().
◆ app_usd_info_fields
| PyStructSequence_Field app_usd_info_fields[] |
|
static |
Initial value: = {
{"supported", "Boolean, True when Blender is built with USD support"},
{"version", "The USD version as a tuple of 3 numbers"},
{"version_string", "The USD version formatted as a string"},
{nullptr},
}
Definition at line 24 of file bpy_app_usd.cc.
◆ BlenderAppUSDType
| PyTypeObject BlenderAppUSDType |
|
static |