Home
last modified time | relevance | path

Searched refs:MediumType_from_BPy_MediumType (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/python/
H A DBPy_Convert.h151 Stroke::MediumType MediumType_from_BPy_MediumType(PyObject *obj);
H A DBPy_Convert.cpp518 Stroke::MediumType MediumType_from_BPy_MediumType(PyObject *obj) in MediumType_from_BPy_MediumType() function
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/python/Interface1D/
H A DBPy_Stroke.cpp377 self->s->setMediumType(MediumType_from_BPy_MediumType(value)); in Stroke_medium_type_set()