Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/object_intern.h
| Show First 20 Lines • Show All 181 Lines • ▼ Show 20 Lines | |||||
| void OBJECT_OT_meshdeform_bind(struct wmOperatorType *ot); | void OBJECT_OT_meshdeform_bind(struct wmOperatorType *ot); | ||||
| void OBJECT_OT_explode_refresh(struct wmOperatorType *ot); | void OBJECT_OT_explode_refresh(struct wmOperatorType *ot); | ||||
| 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_levelset_filter_add(struct wmOperatorType *ot); | |||||
| void OBJECT_OT_levelset_filter_remove(struct wmOperatorType *ot); | |||||
| void OBJECT_OT_levelset_filter_move(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); | ||||
| ▲ Show 20 Lines • Show All 87 Lines • Show Last 20 Lines | |||||