Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_view3d/view3d_intern.h
| Show First 20 Lines • Show All 140 Lines • ▼ Show 20 Lines | |||||
| float view3d_depth_near(struct ViewDepths *d); | float view3d_depth_near(struct ViewDepths *d); | ||||
| /* view3d_select.c */ | /* view3d_select.c */ | ||||
| void VIEW3D_OT_select(struct wmOperatorType *ot); | void VIEW3D_OT_select(struct wmOperatorType *ot); | ||||
| void VIEW3D_OT_select_circle(struct wmOperatorType *ot); | void VIEW3D_OT_select_circle(struct wmOperatorType *ot); | ||||
| void VIEW3D_OT_select_box(struct wmOperatorType *ot); | void VIEW3D_OT_select_box(struct wmOperatorType *ot); | ||||
| void VIEW3D_OT_select_lasso(struct wmOperatorType *ot); | void VIEW3D_OT_select_lasso(struct wmOperatorType *ot); | ||||
| void VIEW3D_OT_select_menu(struct wmOperatorType *ot); | void VIEW3D_OT_select_menu(struct wmOperatorType *ot); | ||||
| void VIEW3D_OT_bone_select_menu(struct wmOperatorType *ot); | |||||
| /* view3d_view.c */ | /* view3d_view.c */ | ||||
| void VIEW3D_OT_smoothview(struct wmOperatorType *ot); | void VIEW3D_OT_smoothview(struct wmOperatorType *ot); | ||||
| void VIEW3D_OT_camera_to_view(struct wmOperatorType *ot); | void VIEW3D_OT_camera_to_view(struct wmOperatorType *ot); | ||||
| void VIEW3D_OT_camera_to_view_selected(struct wmOperatorType *ot); | void VIEW3D_OT_camera_to_view_selected(struct wmOperatorType *ot); | ||||
| void VIEW3D_OT_object_as_camera(struct wmOperatorType *ot); | void VIEW3D_OT_object_as_camera(struct wmOperatorType *ot); | ||||
| void VIEW3D_OT_localview(struct wmOperatorType *ot); | void VIEW3D_OT_localview(struct wmOperatorType *ot); | ||||
| void VIEW3D_OT_localview_remove_from(struct wmOperatorType *ot); | void VIEW3D_OT_localview_remove_from(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 124 Lines • Show Last 20 Lines | |||||