Blender V5.0
BPy_SShape.h File Reference
#include <Python.h>
#include "../view_map/Silhouette.h"

Go to the source code of this file.

Classes

struct  BPy_SShape

Macros

#define BPy_SShape_Check(v)

Functions

int SShape_Init (PyObject *module)

Variables

PyTypeObject SShape_Type

Macro Definition Documentation

◆ BPy_SShape_Check

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

Definition at line 21 of file BPy_SShape.h.

Referenced by ViewShape_sshape_set().

Function Documentation

◆ SShape_Init()

int SShape_Init ( PyObject * module)

Definition at line 26 of file BPy_SShape.cpp.

References module, and SShape_Type.

Referenced by Freestyle_Init().

Variable Documentation

◆ SShape_Type

PyTypeObject SShape_Type
extern

Definition at line 293 of file BPy_SShape.cpp.

Referenced by BPy_SShape_from_SShape(), SShape_Init(), SShape_init(), and ViewShape_init().