Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_sculpt.h
| Show All 28 Lines | |||||
| bool ED_sculpt_mask_box_select(struct bContext *C, | bool ED_sculpt_mask_box_select(struct bContext *C, | ||||
| struct ViewContext *vc, | struct ViewContext *vc, | ||||
| const struct rcti *rect, | const struct rcti *rect, | ||||
| bool select); | bool select); | ||||
| /* sculpt_transform.c */ | /* sculpt_transform.c */ | ||||
| void ED_sculpt_update_modal_transform(struct bContext *C, struct Object *ob); | void ED_sculpt_update_modal_transform(struct bContext *C, struct Object *ob); | ||||
| void ED_sculpt_init_transform(struct bContext *C, struct Object *ob, const char *undo_name); | void ED_sculpt_init_transform(struct bContext *C, | ||||
| struct Object *ob, | |||||
| const int mval[2], | |||||
| const char *undo_name); | |||||
| void ED_sculpt_end_transform(struct bContext *C, struct Object *ob); | void ED_sculpt_end_transform(struct bContext *C, struct Object *ob); | ||||
| /* sculpt_undo.c */ | /* sculpt_undo.c */ | ||||
| /** Export for ED_undo_sys. */ | /** Export for ED_undo_sys. */ | ||||
| void ED_sculpt_undosys_type(struct UndoType *ut); | void ED_sculpt_undosys_type(struct UndoType *ut); | ||||
| /** | /** | ||||
| Show All 25 Lines | |||||