Blender V4.3
BPy_ChainPredicateIterator.h File Reference

Go to the source code of this file.

Classes

struct  BPy_ChainPredicateIterator
 

Macros

#define BPy_ChainPredicateIterator_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainPredicateIterator_Type))
 

Variables

PyTypeObject ChainPredicateIterator_Type
 

Macro Definition Documentation

◆ BPy_ChainPredicateIterator_Check

#define BPy_ChainPredicateIterator_Check ( v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&ChainPredicateIterator_Type))

Definition at line 23 of file BPy_ChainPredicateIterator.h.

Variable Documentation

◆ ChainPredicateIterator_Type

PyTypeObject ChainPredicateIterator_Type
extern