Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_gpencil_types.h290 GP_STROKE_ARROWSTYLE_NONE = 0, enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gpencil/
H A Dannotate_draw.c228 (runtime.arrow_end_style != GP_STROKE_ARROWSTYLE_NONE)) { in annotation_draw_stroke_buffer()
235 (runtime.arrow_start_style != GP_STROKE_ARROWSTYLE_NONE)) { in annotation_draw_stroke_buffer()
H A Dannotate_paint.c909 (runtime.arrow_end_style != GP_STROKE_ARROWSTYLE_NONE)) { in annotation_stroke_newfrombuffer()
930 (runtime.arrow_start_style != GP_STROKE_ARROWSTYLE_NONE)) { in annotation_stroke_newfrombuffer()
2295 if (RNA_enum_get(op->ptr, "arrowstyle_start") != GP_STROKE_ARROWSTYLE_NONE) { in annotation_draw_invoke()
2299 if (RNA_enum_get(op->ptr, "arrowstyle_end") != GP_STROKE_ARROWSTYLE_NONE) { in annotation_draw_invoke()
2786 {GP_STROKE_ARROWSTYLE_NONE, "NONE", 0, "None", "Don't use any arrow/style in corner"},