|
Blender V4.5
|
#include "BPy_BlenderTextureShader.h"#include "../../stroke/BasicStrokeShaders.h"#include "../../../../python/generic/py_capi_utils.hh"Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (BlenderTextureShader___doc__, "Class hierarchy: :class:`freestyle.types.StrokeShader` > :class:`BlenderTextureShader`\n" "\n" "[Texture shader]\n" "\n" ".. method:: __init__(texture)\n" "\n" " Builds a BlenderTextureShader object.\n" "\n" " :arg texture: A line style texture slot or a shader node tree to define\n" " a set of textures.\n" " :type texture: :class:`bpy.types.LineStyleTextureSlot` or\n" " :class:`bpy.types.ShaderNodeTree`\n" "\n" ".. method:: shade(stroke)\n" "\n" " Assigns a blender texture slot to the stroke shading in order to\n" " simulate marks.\n" "\n" " :arg stroke: A Stroke object.\n" " :type stroke: :class:`freestyle.types.Stroke`\n") | |
| static int | BlenderTextureShader___init__ (BPy_BlenderTextureShader *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | BlenderTextureShader_Type |
|
static |
Definition at line 45 of file BPy_BlenderTextureShader.cpp.
References BlenderTextureShader___init__(), BPy_BlenderTextureShader::py_ss, PyC_RNA_AsPointer(), and BPy_StrokeShader::ss.
Referenced by BlenderTextureShader___init__().
| PyDoc_STRVAR | ( | BlenderTextureShader___doc__ | , |
| "Class hierarchy: :class:`freestyle.types.StrokeShader` | , | ||
| :class:`BlenderTextureShader`\n" "\n" "\n" "\n" ".. method::__init__(texture)\n" "\n" " Builds a BlenderTextureShader object.\n" "\n" " :arg texture:A line style texture slot or a shader node tree to define\n" " a set of textures.\n" " :type texture::class:`bpy.types.LineStyleTextureSlot` or\n" " :class:`bpy.types.ShaderNodeTree`\n" "\n" ".. method::shade(stroke)\n" "\n" " Assigns a blender texture slot to the stroke shading in order to\n" " simulate marks.\n" "\n" " :arg stroke:A Stroke object.\n" " :type stroke::class:`freestyle.types.Stroke`\n" | [Texture shader] ) |
References PyDoc_STRVAR().
| PyTypeObject BlenderTextureShader_Type |
Definition at line 77 of file BPy_BlenderTextureShader.cpp.
Referenced by StrokeShader_Init().