Blender  V3.3
BPy_StrokeVertex.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 #include "../BPy_CurvePoint.h"
10 
11 #include "../../../stroke/Stroke.h"
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
18 
19 extern PyTypeObject StrokeVertex_Type;
20 
21 #define BPy_StrokeVertex_Check(v) \
22  (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeVertex_Type))
23 
24 /*---------------------------Python BPy_StrokeVertex structure definition----------*/
25 typedef struct {
29 
30 /*---------------------------Python BPy_StrokeVertex visible prototypes-----------*/
31 
33 
35 
36 #ifdef __cplusplus
37 }
38 #endif
void StrokeVertex_mathutils_register_callback()
PyTypeObject StrokeVertex_Type
BPy_CurvePoint py_cp
Freestyle::StrokeVertex * sv