Blender V4.3
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)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeAttribute_Type))
 

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)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeAttribute_Type))

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