Blender  V3.3
Classes | Macros | Functions | Variables
BPy_FEdgeSmooth.h File Reference
#include "../BPy_FEdge.h"
#include "../../../view_map/Silhouette.h"

Go to the source code of this file.

Classes

struct  BPy_FEdgeSmooth
 

Macros

#define BPy_FEdgeSmooth_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&FEdgeSmooth_Type))
 

Functions

void FEdgeSmooth_mathutils_register_callback ()
 

Variables

PyTypeObject FEdgeSmooth_Type
 

Macro Definition Documentation

◆ BPy_FEdgeSmooth_Check

#define BPy_FEdgeSmooth_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&FEdgeSmooth_Type))

Definition at line 21 of file BPy_FEdgeSmooth.h.

Function Documentation

◆ FEdgeSmooth_mathutils_register_callback()

void FEdgeSmooth_mathutils_register_callback ( )

Variable Documentation

◆ FEdgeSmooth_Type

PyTypeObject FEdgeSmooth_Type
extern