Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_object.h
| Show First 20 Lines • Show All 346 Lines • ▼ Show 20 Lines | |||||
| bool ED_object_mode_set(struct bContext *C, eObjectMode mode); | bool ED_object_mode_set(struct bContext *C, eObjectMode mode); | ||||
| void ED_object_mode_generic_exit(struct Main *bmain, | void ED_object_mode_generic_exit(struct Main *bmain, | ||||
| struct Depsgraph *depsgraph, | struct Depsgraph *depsgraph, | ||||
| struct Scene *scene, | struct Scene *scene, | ||||
| struct Object *ob); | struct Object *ob); | ||||
| bool ED_object_mode_generic_has_data(struct Depsgraph *depsgraph, struct Object *ob); | bool ED_object_mode_generic_has_data(struct Depsgraph *depsgraph, struct Object *ob); | ||||
| void ED_object_posemode_set_for_weight_paint(struct bContext *C, | |||||
| struct Main *bmain, | |||||
| struct Object *ob, | |||||
| const bool is_mode_set); | |||||
| /* object_modifier.c */ | /* object_modifier.c */ | ||||
| enum { | enum { | ||||
| MODIFIER_APPLY_DATA = 1, | MODIFIER_APPLY_DATA = 1, | ||||
| MODIFIER_APPLY_SHAPE, | MODIFIER_APPLY_SHAPE, | ||||
| }; | }; | ||||
| struct ModifierData *ED_object_modifier_add(struct ReportList *reports, | struct ModifierData *ED_object_modifier_add(struct ReportList *reports, | ||||
| struct Main *bmain, | struct Main *bmain, | ||||
| ▲ Show 20 Lines • Show All 146 Lines • Show Last 20 Lines | |||||