|
Blender V4.5
|
#include "BPy_FalseUP1D.h"Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (FalseUP1D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`FalseUP1D`\n" "\n" ".. method:: __call__(inter)\n" "\n" " Always returns false.\n" "\n" " :arg inter: An Interface1D object.\n" " :type inter: :class:`freestyle.types.Interface1D`\n" " :return: False.\n" " :rtype: bool\n") | |
| static int | FalseUP1D___init__ (BPy_FalseUP1D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | FalseUP1D_Type |
|
static |
Definition at line 31 of file BPy_FalseUP1D.cpp.
References FalseUP1D___init__(), BPy_FalseUP1D::py_up1D, and BPy_UnaryPredicate1D::up1D.
Referenced by FalseUP1D___init__().
| PyDoc_STRVAR | ( | FalseUP1D___doc__ | , |
| "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` | , | ||
| :class:`FalseUP1D`\n" "\n" ".. method::__call__(inter)\n" "\n" " Always returns false.\n" "\n" " :arg inter:An Interface1D object.\n" " :type inter::class:`freestyle.types.Interface1D`\n" " :return:False.\n" " :rtype:bool\n" | ) |
References PyDoc_STRVAR().
| PyTypeObject FalseUP1D_Type |
Definition at line 44 of file BPy_FalseUP1D.cpp.
Referenced by UnaryPredicate1D_Init().