Differential D10351 Diff 33677 source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_SameShapeIdBP1D.cpp
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/python/BinaryPredicate1D/BPy_SameShapeIdBP1D.cpp
| Show All 18 Lines | |||||
| */ | */ | ||||
| #include "BPy_SameShapeIdBP1D.h" | #include "BPy_SameShapeIdBP1D.h" | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| using namespace Freestyle; | |||||
| /////////////////////////////////////////////////////////////////////////////////////////// | /////////////////////////////////////////////////////////////////////////////////////////// | ||||
| //------------------------INSTANCE METHODS ---------------------------------- | //------------------------INSTANCE METHODS ---------------------------------- | ||||
| static char SameShapeIdBP1D___doc__[] = | static char SameShapeIdBP1D___doc__[] = | ||||
| "Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` > :class:`SameShapeIdBP1D`\n" | "Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` > :class:`SameShapeIdBP1D`\n" | ||||
| "\n" | "\n" | ||||
| ".. method:: __call__(inter1, inter2)\n" | ".. method:: __call__(inter1, inter2)\n" | ||||
| ▲ Show 20 Lines • Show All 72 Lines • Show Last 20 Lines | |||||