|
Blender V5.0
|
#include <Python.h>Go to the source code of this file.
Classes | |
| struct | BPy_OperatorBase |
Macros | |
| #define | BPy_OperatorBase_Check(v) |
Functions | |
| PyObject * | BPY_operator_module () |
Variables | |
| PyTypeObject | pyop_base_Type |
| #define BPy_OperatorBase_Check | ( | v | ) |
Definition at line 15 of file bpy_operator.hh.
|
nodiscard |
Definition at line 462 of file bpy_operator.cc.
References bpy_ops_module.
Referenced by BPy_init_modules().
|
extern |