Go to the source code of this file.
|
| | 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) |
| |
◆ 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__()
◆ SamplingShader_Type
| PyTypeObject SamplingShader_Type |