Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/gpencil/gpencil_intern.h
| Show First 20 Lines • Show All 475 Lines • ▼ Show 20 Lines | |||||
| void GPENCIL_OT_stroke_flip(struct wmOperatorType *ot); | void GPENCIL_OT_stroke_flip(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_stroke_subdivide(struct wmOperatorType *ot); | void GPENCIL_OT_stroke_subdivide(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_stroke_simplify(struct wmOperatorType *ot); | void GPENCIL_OT_stroke_simplify(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_stroke_simplify_fixed(struct wmOperatorType *ot); | void GPENCIL_OT_stroke_simplify_fixed(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_stroke_separate(struct wmOperatorType *ot); | void GPENCIL_OT_stroke_separate(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_stroke_split(struct wmOperatorType *ot); | void GPENCIL_OT_stroke_split(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_stroke_smooth(struct wmOperatorType *ot); | void GPENCIL_OT_stroke_smooth(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_stroke_sample(struct wmOperatorType *ot); | void GPENCIL_OT_stroke_sample(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_stroke_merge(struct wmOperatorType *ot); | void GPENCIL_OT_stroke_separate_merge(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_stroke_cutter(struct wmOperatorType *ot); | void GPENCIL_OT_stroke_cutter(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_stroke_trim(struct wmOperatorType *ot); | void GPENCIL_OT_stroke_trim(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_stroke_merge_by_distance(struct wmOperatorType *ot); | void GPENCIL_OT_stroke_merge_by_distance(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_stroke_merge_material(struct wmOperatorType *ot); | void GPENCIL_OT_stroke_merge_material(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_stroke_reset_vertex_color(struct wmOperatorType *ot); | void GPENCIL_OT_stroke_reset_vertex_color(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_material_to_vertex_color(struct wmOperatorType *ot); | void GPENCIL_OT_material_to_vertex_color(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_extract_palette_vertex(struct wmOperatorType *ot); | void GPENCIL_OT_extract_palette_vertex(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 260 Lines • Show Last 20 Lines | |||||