Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/object_intern.h
| Show First 20 Lines • Show All 215 Lines • ▼ Show 20 Lines | |||||
| void OBJECT_OT_gpencil_modifier_apply(struct wmOperatorType *ot); | void OBJECT_OT_gpencil_modifier_apply(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_gpencil_modifier_copy(struct wmOperatorType *ot); | void OBJECT_OT_gpencil_modifier_copy(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_gpencil_modifier_copy_to_selected(struct wmOperatorType *ot); | void OBJECT_OT_gpencil_modifier_copy_to_selected(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_segment_add(struct wmOperatorType *ot); | void GPENCIL_OT_segment_add(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_segment_remove(struct wmOperatorType *ot); | void GPENCIL_OT_segment_remove(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_segment_move(struct wmOperatorType *ot); | void GPENCIL_OT_segment_move(struct wmOperatorType *ot); | ||||
| void GPENCIL_OT_time_segment_add(struct wmOperatorType *ot); | |||||
| void GPENCIL_OT_time_segment_remove(struct wmOperatorType *ot); | |||||
| void GPENCIL_OT_time_segment_move(struct wmOperatorType *ot); | |||||
| /* object_shader_fx.c */ | /* object_shader_fx.c */ | ||||
| void OBJECT_OT_shaderfx_add(struct wmOperatorType *ot); | void OBJECT_OT_shaderfx_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_shaderfx_copy(struct wmOperatorType *ot); | void OBJECT_OT_shaderfx_copy(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_shaderfx_remove(struct wmOperatorType *ot); | void OBJECT_OT_shaderfx_remove(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_shaderfx_move_up(struct wmOperatorType *ot); | void OBJECT_OT_shaderfx_move_up(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_shaderfx_move_down(struct wmOperatorType *ot); | void OBJECT_OT_shaderfx_move_down(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_shaderfx_move_to_index(struct wmOperatorType *ot); | void OBJECT_OT_shaderfx_move_to_index(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 122 Lines • Show Last 20 Lines | |||||