Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_sculpt.h
| Show All 39 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_undo.c */ | /* sculpt_undo.c */ | ||||
| void ED_sculpt_undosys_type(struct UndoType *ut); | void ED_sculpt_undosys_type(struct UndoType *ut); | ||||
| void ED_sculpt_undo_geometry_begin(struct Object *ob); | |||||
| void ED_sculpt_undo_geometry_end(struct Object *ob); | |||||
| #endif /* __ED_SCULPT_H__ */ | #endif /* __ED_SCULPT_H__ */ | ||||