Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/object_intern.h
| Show First 20 Lines • Show All 167 Lines • ▼ Show 20 Lines | |||||
| void OBJECT_OT_ocean_bake(struct wmOperatorType *ot); | void OBJECT_OT_ocean_bake(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_skin_root_mark(struct wmOperatorType *ot); | void OBJECT_OT_skin_root_mark(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_skin_loose_mark_clear(struct wmOperatorType *ot); | void OBJECT_OT_skin_loose_mark_clear(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_skin_radii_equalize(struct wmOperatorType *ot); | void OBJECT_OT_skin_radii_equalize(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_skin_armature_create(struct wmOperatorType *ot); | void OBJECT_OT_skin_armature_create(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_laplaciandeform_bind(struct wmOperatorType *ot); | void OBJECT_OT_laplaciandeform_bind(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_surfacedeform_bind(struct wmOperatorType *ot); | void OBJECT_OT_surfacedeform_bind(struct wmOperatorType *ot); | ||||
| /* grease pencil modifiers */ | |||||
| void OBJECT_OT_gpencil_modifier_add(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_down(struct wmOperatorType *ot); | |||||
| void OBJECT_OT_gpencil_modifier_apply(struct wmOperatorType *ot); | |||||
| void OBJECT_OT_gpencil_modifier_copy(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 91 Lines • Show Last 20 Lines | |||||