|
Blender V4.3
|
#include <Python.h>#include "BLI_utildefines.h"#include "../generic/py_capi_utils.hh"#include "GPU_select.hh"#include "gpu_py.hh"#include "gpu_py_select.hh"Go to the source code of this file.
Functions | |
Methods | |
| PyDoc_STRVAR (pygpu_select_load_id_doc, ".. function:: load_id(id)\n" "\n" " Set the selection ID.\n" "\n" " :arg id: Number (32-bit uint).\n" " :type select: int\n") | |
| static PyObject * | pygpu_select_load_id (PyObject *, PyObject *value) |
Module | |
| static PyMethodDef | pygpu_select__tp_methods [] |
| static PyModuleDef | pygpu_select_module_def |
| PyDoc_STRVAR (pygpu_select__tp_doc, "This module provides access to selection.") | |
| PyObject * | bpygpu_select_init () |
This file defines the gpu.select API.
bpygpu_ for local API.BPyGPU for public API. Definition in file gpu_py_select.cc.
| PyObject * bpygpu_select_init | ( | ) |
Definition at line 81 of file gpu_py_select.cc.
References pygpu_select_module_def.
Referenced by BPyInit_gpu().
| PyDoc_STRVAR | ( | pygpu_select__tp_doc | , |
| "This module provides access to selection." | ) |
| PyDoc_STRVAR | ( | pygpu_select_load_id_doc | , |
| ".. function:: load_id(id)\n" "\n" " Set the selection ID.\n" "\n" " :arg id: Number (32-bit uint).\n" " :type select: int\n" | ) |
|
static |
Definition at line 41 of file gpu_py_select.cc.
References BPYGPU_IS_INIT_OR_ERROR_OBJ, GPU_select_load_id(), and PyC_Long_AsU32().
|
static |
Definition at line 59 of file gpu_py_select.cc.
|
static |
Definition at line 69 of file gpu_py_select.cc.
Referenced by bpygpu_select_init().