|
Blender V4.5
|
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 |
| 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] ) |
References PyDoc_STRVAR().
|
static |
Definition at line 40 of file BPy_StrokeTextureStepShader.cpp.
References BPy_StrokeTextureStepShader::py_ss, BPy_StrokeShader::ss, step, and StrokeTextureStepShader___init__().
Referenced by StrokeTextureStepShader___init__().
| PyTypeObject StrokeTextureStepShader_Type |
Definition at line 56 of file BPy_StrokeTextureStepShader.cpp.
Referenced by StrokeShader_Init().