Blender  V3.3
Classes | Macros | Variables
BPy_ChainSilhouetteIterator.h File Reference
#include "BPy_ChainingIterator.h"
#include "../../stroke/ChainingIterators.h"

Go to the source code of this file.

Classes

struct  BPy_ChainSilhouetteIterator
 

Macros

#define BPy_ChainSilhouetteIterator_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainSilhouetteIterator_Type))
 

Variables

PyTypeObject ChainSilhouetteIterator_Type
 

Macro Definition Documentation

◆ BPy_ChainSilhouetteIterator_Check

#define BPy_ChainSilhouetteIterator_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainSilhouetteIterator_Type))

Definition at line 21 of file BPy_ChainSilhouetteIterator.h.

Variable Documentation

◆ ChainSilhouetteIterator_Type

PyTypeObject ChainSilhouetteIterator_Type
extern