Blender  V2.93
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 71 of file BPy_IncreasingColorShader.cpp.

Variable Documentation

◆ IncreasingColorShader___doc__

char IncreasingColorShader___doc__[]
static

Definition at line 35 of file BPy_IncreasingColorShader.cpp.

◆ IncreasingColorShader_Type

PyTypeObject IncreasingColorShader_Type

Definition at line 98 of file BPy_IncreasingColorShader.cpp.

Referenced by StrokeShader_Init().