Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/BPy_MediumType.cpp
| Show All 20 Lines | |||||
| #include "BPy_MediumType.h" | #include "BPy_MediumType.h" | ||||
| #include "BPy_Convert.h" | #include "BPy_Convert.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| /*-----------------------BPy_MediumType type definition ------------------------------*/ | /*-----------------------BPy_MediumType type definition ------------------------------*/ | ||||
| PyDoc_STRVAR(MediumType_doc, | PyDoc_STRVAR(MediumType_doc, | ||||
| "Class hierarchy: int > :class:`MediumType`\n" | "Class hierarchy: int > :class:`MediumType`\n" | ||||
| "\n" | "\n" | ||||
| "The different blending modes available to similate the interaction\n" | "The different blending modes available to similate the interaction\n" | ||||
| ▲ Show 20 Lines • Show All 84 Lines • Show Last 20 Lines | |||||