Go to the source code of this file.
◆ SetObjItem
| #define SetObjItem |
( |
| obj | ) |
|
◆ SetStrItem
| #define SetStrItem |
( |
| str | ) |
|
◆ BPY_app_openvdb_struct()
| PyObject * BPY_app_openvdb_struct |
( |
| ) |
|
|
nodiscard |
◆ make_openvdb_info()
| PyObject * make_openvdb_info |
( |
| ) |
|
|
static |
◆ app_openvdb_info_desc
| PyStructSequence_Desc app_openvdb_info_desc |
|
static |
Initial value: = {
"bpy.app.openvdb",
"This module contains information about OpenVDB blender is linked against",
}
static PyStructSequence_Field app_openvdb_info_fields[]
Definition at line 31 of file bpy_app_openvdb.cc.
Referenced by BPY_app_openvdb_struct().
◆ app_openvdb_info_fields
| PyStructSequence_Field app_openvdb_info_fields[] |
|
static |
Initial value: = {
{"supported", "Boolean, True when Blender is built with OpenVDB support"},
{"version", "The OpenVDB version as a tuple of 3 numbers"},
{"version_string", "The OpenVDB version formatted as a string"},
{nullptr},
}
Definition at line 24 of file bpy_app_openvdb.cc.
◆ BlenderAppOVDBType
| PyTypeObject BlenderAppOVDBType |
|
static |