Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_sculpt.h
| Show All 16 Lines | |||||
| struct ViewContext; | struct ViewContext; | ||||
| struct bContext; | struct bContext; | ||||
| struct rcti; | struct rcti; | ||||
| struct wmMsgSubscribeKey; | struct wmMsgSubscribeKey; | ||||
| struct wmMsgSubscribeValue; | struct wmMsgSubscribeValue; | ||||
| struct wmRegionMessageSubscribeParams; | struct wmRegionMessageSubscribeParams; | ||||
| struct wmOperator; | struct wmOperator; | ||||
| /* sculpt.c */ | /* sculpt.cc */ | ||||
| void ED_operatortypes_sculpt(void); | void ED_operatortypes_sculpt(void); | ||||
| void ED_sculpt_redraw_planes_get(float planes[4][4], struct ARegion *region, struct Object *ob); | void ED_sculpt_redraw_planes_get(float planes[4][4], struct ARegion *region, struct Object *ob); | ||||
| 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); | ||||
| Show All 40 Lines | |||||