Blender V5.0
BPy_StrokeAttribute.h File Reference
#include <Python.h>
#include "../stroke/Stroke.h"

Go to the source code of this file.

Classes

struct  BPy_StrokeAttribute

Macros

#define BPy_StrokeAttribute_Check(v)

Functions

int StrokeAttribute_Init (PyObject *module)
void StrokeAttribute_mathutils_register_callback ()

Variables

PyTypeObject StrokeAttribute_Type

Macro Definition Documentation

◆ BPy_StrokeAttribute_Check

#define BPy_StrokeAttribute_Check ( v)
Value:
(PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeAttribute_Type))
PyTypeObject StrokeAttribute_Type
ATTR_WARN_UNUSED_RESULT const BMVert * v

Definition at line 21 of file BPy_StrokeAttribute.h.

Referenced by StrokeAttribute_mathutils_check(), and StrokeVertex_attribute_set().

Function Documentation

◆ StrokeAttribute_Init()

int StrokeAttribute_Init ( PyObject * module)

◆ StrokeAttribute_mathutils_register_callback()

void StrokeAttribute_mathutils_register_callback ( )

Variable Documentation

◆ StrokeAttribute_Type

PyTypeObject StrokeAttribute_Type
extern