Blender V4.3
BPy_SamplingShader.cpp File Reference

Go to the source code of this file.

Functions

 PyDoc_STRVAR (SamplingShader___doc__, "Class hierarchy: :class:`freestyle.types.StrokeShader` > :class:`SamplingShader`\n" "\n" "[Geometry shader]\n" "\n" ".. method:: __init__(sampling)\n" "\n" " Builds a SamplingShader object.\n" "\n" " :arg sampling: The sampling to use for the stroke resampling.\n" " :type sampling: float\n" "\n" ".. method:: shade(stroke)\n" "\n" " Resamples the stroke.\n" "\n" " :arg stroke: A Stroke object.\n" " :type stroke: :class:`freestyle.types.Stroke`\n")
 
static int SamplingShader___init__ (BPy_SamplingShader *self, PyObject *args, PyObject *kwds)
 

Variables

PyTypeObject SamplingShader_Type
 

Function Documentation

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( SamplingShader___doc__ ,
"Class hierarchy: :class:`freestyle.types.StrokeShader` ,
:class:`SamplingShader`\n" "\n" "\n" "\n" ".. method::__init__(sampling)\n" "\n" " Builds a SamplingShader object.\n" "\n" " :arg sampling:The sampling to use for the stroke resampling.\n" " :type sampling:float\n" "\n" ".. method::shade(stroke)\n" "\n" " Resamples the stroke.\n" "\n" " :arg stroke:A Stroke object.\n" " :type stroke::class:`freestyle.types.Stroke`\n" [Geometry shader] )

◆ SamplingShader___init__()

static int SamplingShader___init__ ( BPy_SamplingShader * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 44 of file BPy_SamplingShader.cpp.

References self.

Variable Documentation

◆ SamplingShader_Type

PyTypeObject SamplingShader_Type

Definition at line 58 of file BPy_SamplingShader.cpp.

Referenced by StrokeShader_Init().