Blender
V3.3
|
#include <Python.h>
#include "BLI_utildefines.h"
#include "../generic/py_capi_utils.h"
#include "GPU_select.h"
#include "gpu_py_select.h"
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" " :param id: Number (32-bit uint).\n" " :type select: int\n") | |
static PyObject * | pygpu_select_load_id (PyObject *UNUSED(self), PyObject *value) |
Module | |
static struct 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 (void) |
This file defines the gpu.select API.
bpygpu_
for local API.BPyGPU
for public API. Definition in file gpu_py_select.c.
PyObject* bpygpu_select_init | ( | void | ) |
Definition at line 66 of file gpu_py_select.c.
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" " :param id: Number (32-bit uint).\n" " :type select: int\n" | |||
) |
|
static |
Definition at line 36 of file gpu_py_select.c.
|
static |
Definition at line 36 of file gpu_py_select.c.
|
static |
Definition at line 59 of file gpu_py_select.c.
Referenced by bpygpu_select_init().