Blender V5.0
BPy_FrsMaterial.h File Reference
#include <Python.h>
#include "../scene_graph/FrsMaterial.h"

Go to the source code of this file.

Classes

struct  BPy_FrsMaterial

Macros

#define BPy_FrsMaterial_Check(v)

Functions

int FrsMaterial_Init (PyObject *module)
void FrsMaterial_mathutils_register_callback ()

Variables

PyTypeObject FrsMaterial_Type

Macro Definition Documentation

◆ BPy_FrsMaterial_Check

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

Definition at line 21 of file BPy_FrsMaterial.h.

Referenced by BPy_FrsMaterial_richcmpr(), and FrsMaterial_mathutils_check().

Function Documentation

◆ FrsMaterial_Init()

int FrsMaterial_Init ( PyObject * module)

Definition at line 21 of file BPy_FrsMaterial.cpp.

References FrsMaterial_mathutils_register_callback(), FrsMaterial_Type, and module.

Referenced by Freestyle_Init().

◆ FrsMaterial_mathutils_register_callback()

void FrsMaterial_mathutils_register_callback ( )

Variable Documentation

◆ FrsMaterial_Type

PyTypeObject FrsMaterial_Type
extern