Blender
V3.3
|
#include "BLI_utildefines.h"
#include <Python.h>
#include "bpy_app_alembic.h"
#include "../generic/py_capi_utils.h"
Go to the source code of this file.
Macros | |
#define | SetStrItem(str) PyStructSequence_SET_ITEM(alembic_info, pos++, PyUnicode_FromString(str)) |
#define | SetObjItem(obj) PyStructSequence_SET_ITEM(alembic_info, pos++, obj) |
Functions | |
static PyObject * | make_alembic_info (void) |
PyObject * | BPY_app_alembic_struct (void) |
Variables | |
static PyTypeObject | BlenderAppABCType |
static PyStructSequence_Field | app_alembic_info_fields [] |
static PyStructSequence_Desc | app_alembic_info_desc |
PyObject* BPY_app_alembic_struct | ( | void | ) |
Definition at line 77 of file bpy_app_alembic.c.
References app_alembic_info_desc, BlenderAppABCType, make_alembic_info(), NULL, and ret.
Referenced by make_app_info().
|
static |
Definition at line 35 of file bpy_app_alembic.c.
References ABC_get_version(), BlenderAppABCType, NULL, pos, PyC_Tuple_Pack_I32, SetObjItem, SetStrItem, and UNLIKELY.
Referenced by BPY_app_alembic_struct().
|
static |
Definition at line 28 of file bpy_app_alembic.c.
Referenced by BPY_app_alembic_struct().
|
static |
Definition at line 21 of file bpy_app_alembic.c.
|
static |
Definition at line 19 of file bpy_app_alembic.c.
Referenced by BPY_app_alembic_struct(), and make_alembic_info().