Blender  V3.3
Functions | Variables
BPy_IncreasingColorShader.cpp File Reference
#include "BPy_IncreasingColorShader.h"
#include "../../stroke/BasicStrokeShaders.h"

Go to the source code of this file.

Functions

static int IncreasingColorShader___init__ (BPy_IncreasingColorShader *self, PyObject *args, PyObject *kwds)
 

Variables

static char IncreasingColorShader___doc__ []
 
PyTypeObject IncreasingColorShader_Type
 

Function Documentation

◆ IncreasingColorShader___init__()

static int IncreasingColorShader___init__ ( BPy_IncreasingColorShader self,
PyObject *  args,
PyObject *  kwds 
)
static

Definition at line 57 of file BPy_IncreasingColorShader.cpp.

Variable Documentation

◆ IncreasingColorShader___doc__

char IncreasingColorShader___doc__[]
static

Definition at line 21 of file BPy_IncreasingColorShader.cpp.

◆ IncreasingColorShader_Type

PyTypeObject IncreasingColorShader_Type

Definition at line 84 of file BPy_IncreasingColorShader.cpp.

Referenced by StrokeShader_Init().