|
Blender
V3.3
|
#include "BLI_utildefines.h"#include <Python.h>#include "bpy_app_usd.h"#include "../generic/py_capi_utils.h"Go to the source code of this file.
Macros | |
| #define | SetStrItem(str) PyStructSequence_SET_ITEM(usd_info, pos++, PyUnicode_FromString(str)) |
| #define | SetObjItem(obj) PyStructSequence_SET_ITEM(usd_info, pos++, obj) |
Functions | |
| static PyObject * | make_usd_info (void) |
| PyObject * | BPY_app_usd_struct (void) |
Variables | |
| static PyTypeObject | BlenderAppUSDType |
| static PyStructSequence_Field | app_usd_info_fields [] |
| static PyStructSequence_Desc | app_usd_info_desc |
| PyObject* BPY_app_usd_struct | ( | void | ) |
Definition at line 78 of file bpy_app_usd.c.
References app_usd_info_desc, BlenderAppUSDType, make_usd_info(), NULL, and ret.
Referenced by make_app_info().
|
static |
Definition at line 36 of file bpy_app_usd.c.
References BlenderAppUSDType, NULL, pos, PyC_Tuple_Pack_I32, SetObjItem, SetStrItem, UNLIKELY, and USD_get_version().
Referenced by BPY_app_usd_struct().
|
static |
Definition at line 28 of file bpy_app_usd.c.
Referenced by BPY_app_usd_struct().
|
static |
Definition at line 21 of file bpy_app_usd.c.
|
static |
Definition at line 19 of file bpy_app_usd.c.
Referenced by BPY_app_usd_struct(), and make_usd_info().