Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_curve_types.h353 CU_FILL_CAPS = 1 << 14, enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Ddisplist.c1755 if ((cu->flag & CU_FILL_CAPS) && !(nu->flagu & CU_NURB_CYCLIC)) { in do_makeDispListCurveTypes()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_curve.c1788 RNA_def_property_boolean_sdna(prop, NULL, "flag", CU_FILL_CAPS); in rna_def_curve()