Blender V4.3
BPy_Nature.h File Reference
#include <Python.h>
#include "../winged_edge/Nature.h"

Go to the source code of this file.

Classes

struct  BPy_Nature
 

Macros

#define BPy_Nature_Check(v)   (PyObject_IsInstance((PyObject *)v, (PyObject *)&Nature_Type))
 

Functions

int Nature_Init (PyObject *module)
 

Variables

PyTypeObject Nature_Type
 

Macro Definition Documentation

◆ BPy_Nature_Check

#define BPy_Nature_Check ( v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&Nature_Type))

Function Documentation

◆ Nature_Init()

int Nature_Init ( PyObject * module)

Definition at line 143 of file BPy_Nature.cpp.

References ADD_TYPE_CONST, EDGE_MARK, module, and Nature_Type.

Referenced by Freestyle_Init().

Variable Documentation

◆ Nature_Type

PyTypeObject Nature_Type
extern

Definition at line 99 of file BPy_Nature.cpp.

Referenced by BPy_Nature_bitwise(), BPy_Nature_from_Nature(), and Nature_Init().