Home
last modified time | relevance | path

Searched refs:BKE_linestyle_color_modifier_add (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_linestyle.h48 LineStyleModifier *BKE_linestyle_color_modifier_add(FreestyleLineStyle *linestyle,
/dports/graphics/blender/blender-2.91.0/source/blender/editors/render/
H A Drender_shading.c1707 if (BKE_linestyle_color_modifier_add(lineset->linestyle, NULL, type) == NULL) { in freestyle_color_modifier_add_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_linestyle.c392 LineStyleModifier *modifier = BKE_linestyle_color_modifier_add(linestyle, name, type); in rna_LineStyle_color_modifier_add()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dlinestyle.c879 LineStyleModifier *BKE_linestyle_color_modifier_add(FreestyleLineStyle *linestyle, in BKE_linestyle_color_modifier_add() function