Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_object.h
| Show First 20 Lines • Show All 323 Lines • ▼ Show 20 Lines | |||||
| void ED_object_constraint_tag_update(struct Main *bmain, | void ED_object_constraint_tag_update(struct Main *bmain, | ||||
| struct Object *ob, | struct Object *ob, | ||||
| struct bConstraint *con); | struct bConstraint *con); | ||||
| void ED_object_constraint_dependency_tag_update(struct Main *bmain, | void ED_object_constraint_dependency_tag_update(struct Main *bmain, | ||||
| struct Object *ob, | struct Object *ob, | ||||
| struct bConstraint *con); | struct bConstraint *con); | ||||
| bool ED_object_constraint_move_to_index(struct ReportList *reports, | |||||
| struct Object *ob, | |||||
| struct bConstraint *con, | |||||
| const int index); | |||||
| /* object_modes.c */ | /* object_modes.c */ | ||||
| bool ED_object_mode_compat_test(const struct Object *ob, eObjectMode mode); | bool ED_object_mode_compat_test(const struct Object *ob, eObjectMode mode); | ||||
| bool ED_object_mode_compat_set(struct bContext *C, | bool ED_object_mode_compat_set(struct bContext *C, | ||||
| struct Object *ob, | struct Object *ob, | ||||
| eObjectMode mode, | eObjectMode mode, | ||||
| struct ReportList *reports); | struct ReportList *reports); | ||||
| bool ED_object_mode_set_ex(struct bContext *C, | bool ED_object_mode_set_ex(struct bContext *C, | ||||
| eObjectMode mode, | eObjectMode mode, | ||||
| ▲ Show 20 Lines • Show All 164 Lines • Show Last 20 Lines | |||||