Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_view3d.h
| Show First 20 Lines • Show All 1,313 Lines • ▼ Show 20 Lines | |||||
| /* view3d_gizmo_preselect_type.c */ | /* view3d_gizmo_preselect_type.c */ | ||||
| void ED_view3d_gizmo_mesh_preselect_get_active(struct bContext *C, | void ED_view3d_gizmo_mesh_preselect_get_active(struct bContext *C, | ||||
| struct wmGizmo *gz, | struct wmGizmo *gz, | ||||
| struct Base **r_base, | struct Base **r_base, | ||||
| struct BMElem **r_ele); | struct BMElem **r_ele); | ||||
| void ED_view3d_gizmo_mesh_preselect_clear(struct wmGizmo *gz); | void ED_view3d_gizmo_mesh_preselect_clear(struct wmGizmo *gz); | ||||
| /* space_view3d.c */ | /* space_view3d.cc */ | ||||
| void ED_view3d_buttons_region_layout_ex(const struct bContext *C, | void ED_view3d_buttons_region_layout_ex(const struct bContext *C, | ||||
| struct ARegion *region, | struct ARegion *region, | ||||
| const char *category_override); | const char *category_override); | ||||
| /* view3d_view.c */ | /* view3d_view.c */ | ||||
| /** | /** | ||||
| Show All 19 Lines | |||||