Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/object_intern.h
| Show First 20 Lines • Show All 178 Lines • ▼ Show 20 Lines | |||||
| /* grease pencil modifiers */ | /* grease pencil modifiers */ | ||||
| void OBJECT_OT_gpencil_modifier_add(struct wmOperatorType *ot); | void OBJECT_OT_gpencil_modifier_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_gpencil_modifier_remove(struct wmOperatorType *ot); | void OBJECT_OT_gpencil_modifier_remove(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_gpencil_modifier_move_up(struct wmOperatorType *ot); | void OBJECT_OT_gpencil_modifier_move_up(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_gpencil_modifier_move_down(struct wmOperatorType *ot); | void OBJECT_OT_gpencil_modifier_move_down(struct wmOperatorType *ot); | ||||
| 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); | ||||
| /* shader fx */ | |||||
| void OBJECT_OT_shaderfx_add(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_down(struct wmOperatorType *ot); | |||||
| /* object_constraint.c */ | /* object_constraint.c */ | ||||
| void OBJECT_OT_constraint_add(struct wmOperatorType *ot); | void OBJECT_OT_constraint_add(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_constraint_add_with_targets(struct wmOperatorType *ot); | void OBJECT_OT_constraint_add_with_targets(struct wmOperatorType *ot); | ||||
| void POSE_OT_constraint_add(struct wmOperatorType *ot); | void POSE_OT_constraint_add(struct wmOperatorType *ot); | ||||
| void POSE_OT_constraint_add_with_targets(struct wmOperatorType *ot); | void POSE_OT_constraint_add_with_targets(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_constraints_copy(struct wmOperatorType *ot); | void OBJECT_OT_constraints_copy(struct wmOperatorType *ot); | ||||
| void POSE_OT_constraints_copy(struct wmOperatorType *ot); | void POSE_OT_constraints_copy(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 90 Lines • Show Last 20 Lines | |||||