Blender V5.0
BPy_FEdgeSmooth.h File Reference

Go to the source code of this file.

Classes

struct  BPy_FEdgeSmooth

Macros

#define BPy_FEdgeSmooth_Check(v)

Functions

void FEdgeSmooth_mathutils_register_callback ()

Variables

PyTypeObject FEdgeSmooth_Type

Macro Definition Documentation

◆ BPy_FEdgeSmooth_Check

#define BPy_FEdgeSmooth_Check ( v)
Value:
(PyObject_IsInstance((PyObject *)v, (PyObject *)&FEdgeSmooth_Type))
PyTypeObject FEdgeSmooth_Type
ATTR_WARN_UNUSED_RESULT const BMVert * v

Definition at line 19 of file BPy_FEdgeSmooth.h.

Referenced by FEdgeSmooth_mathutils_check().

Function Documentation

◆ FEdgeSmooth_mathutils_register_callback()

void FEdgeSmooth_mathutils_register_callback ( )

Variable Documentation

◆ FEdgeSmooth_Type

PyTypeObject FEdgeSmooth_Type
extern