Blender V4.3
BPy_StrokeTextureStepShader.cpp File Reference

Go to the source code of this file.

Functions

 PyDoc_STRVAR (StrokeTextureStepShader___doc__, "Class hierarchy: :class:`freestyle.types.StrokeShader` > :class:`StrokeTextureStepShader`\n" "\n" "[Texture shader]\n" "\n" ".. method:: __init__(step)\n" "\n" " Builds a StrokeTextureStepShader object.\n" "\n" " :arg step: The spacing along the stroke.\n" " :type step: float\n" "\n" ".. method:: shade(stroke)\n" "\n" " Assigns a spacing factor to the texture coordinates of the Stroke.\n" "\n" " :arg stroke: A Stroke object.\n" " :type stroke: :class:`freestyle.types.Stroke`\n")
 
static int StrokeTextureStepShader___init__ (BPy_StrokeTextureStepShader *self, PyObject *args, PyObject *kwds)
 

Variables

PyTypeObject StrokeTextureStepShader_Type
 

Function Documentation

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( StrokeTextureStepShader___doc__ ,
"Class hierarchy: :class:`freestyle.types.StrokeShader` ,
:class:`StrokeTextureStepShader`\n" "\n" "\n" "\n" ".. method::__init__(step)\n" "\n" " Builds a StrokeTextureStepShader object.\n" "\n" " :arg step:The spacing along the stroke.\n" " :type step:float\n" "\n" ".. method::shade(stroke)\n" "\n" " Assigns a spacing factor to the texture coordinates of the Stroke.\n" "\n" " :arg stroke:A Stroke object.\n" " :type stroke::class:`freestyle.types.Stroke`\n" [Texture shader] )

◆ StrokeTextureStepShader___init__()

static int StrokeTextureStepShader___init__ ( BPy_StrokeTextureStepShader * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 44 of file BPy_StrokeTextureStepShader.cpp.

References self.

Variable Documentation

◆ StrokeTextureStepShader_Type

PyTypeObject StrokeTextureStepShader_Type

Definition at line 60 of file BPy_StrokeTextureStepShader.cpp.

Referenced by StrokeShader_Init().