Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/gpencil/gpencil_intern.h
| Show First 20 Lines • Show All 428 Lines • ▼ Show 20 Lines | |||||
| /* buttons editing --- */ | /* buttons editing --- */ | ||||
| void GPENCIL_OT_data_add(struct wmOperatorType *ot); | void GPENCIL_OT_data_add(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_data_unlink(struct wmOperatorType *ot); | void GPENCIL_OT_data_unlink(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_layer_add(struct wmOperatorType *ot); | void GPENCIL_OT_layer_add(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_layer_remove(struct wmOperatorType *ot); | void GPENCIL_OT_layer_remove(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_layer_move(struct wmOperatorType *ot); | void GPENCIL_OT_layer_move(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_layer_annotation_add(struct wmOperatorType *ot); | |||||
| void GPENCIL_OT_layer_annotation_remove(struct wmOperatorType *ot); | |||||
| void GPENCIL_OT_layer_annotation_move(struct wmOperatorType *ot); | |||||
| void GPENCIL_OT_layer_duplicate(struct wmOperatorType *ot); | void GPENCIL_OT_layer_duplicate(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_layer_duplicate_object(struct wmOperatorType *ot); | void GPENCIL_OT_layer_duplicate_object(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_hide(struct wmOperatorType *ot); | void GPENCIL_OT_hide(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_reveal(struct wmOperatorType *ot); | void GPENCIL_OT_reveal(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_lock_all(struct wmOperatorType *ot); | void GPENCIL_OT_lock_all(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_unlock_all(struct wmOperatorType *ot); | void GPENCIL_OT_unlock_all(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_layer_isolate(struct wmOperatorType *ot); | void GPENCIL_OT_layer_isolate(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_layer_merge(struct wmOperatorType *ot); | void GPENCIL_OT_layer_merge(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_blank_frame_add(struct wmOperatorType *ot); | void GPENCIL_OT_blank_frame_add(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_active_frame_delete(struct wmOperatorType *ot); | void GPENCIL_OT_active_frame_delete(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_annotation_active_frame_delete(struct wmOperatorType *ot); | |||||
| void GPENCIL_OT_active_frames_delete_all(struct wmOperatorType *ot); | void GPENCIL_OT_active_frames_delete_all(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_frame_duplicate(struct wmOperatorType *ot); | void GPENCIL_OT_frame_duplicate(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_frame_clean_fill(struct wmOperatorType *ot); | void GPENCIL_OT_frame_clean_fill(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_frame_clean_loose(struct wmOperatorType *ot); | void GPENCIL_OT_frame_clean_loose(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_convert(struct wmOperatorType *ot); | void GPENCIL_OT_convert(struct wmOperatorType *ot); | ||||
| enum { | enum { | ||||
| ▲ Show 20 Lines • Show All 245 Lines • Show Last 20 Lines | |||||