Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_view3d/view3d_intern.h
| Show First 20 Lines • Show All 200 Lines • ▼ Show 20 Lines | |||||
| void VIEW3D_OT_snap_cursor_to_center(struct wmOperatorType *ot); | void VIEW3D_OT_snap_cursor_to_center(struct wmOperatorType *ot); | ||||
| void VIEW3D_OT_snap_cursor_to_selected(struct wmOperatorType *ot); | void VIEW3D_OT_snap_cursor_to_selected(struct wmOperatorType *ot); | ||||
| void VIEW3D_OT_snap_cursor_to_active(struct wmOperatorType *ot); | void VIEW3D_OT_snap_cursor_to_active(struct wmOperatorType *ot); | ||||
| /* view3d_placement.c */ | /* view3d_placement.c */ | ||||
| void VIEW3D_OT_interactive_add(struct wmOperatorType *ot); | void VIEW3D_OT_interactive_add(struct wmOperatorType *ot); | ||||
| /* space_view3d.c */ | /* space_view3d.cc */ | ||||
| extern const char *view3d_context_dir[]; /* doc access */ | extern const char *view3d_context_dir[]; /* doc access */ | ||||
| /* view3d_widgets.c */ | /* view3d_widgets.c */ | ||||
| void VIEW3D_GGT_light_spot(struct wmGizmoGroupType *gzgt); | void VIEW3D_GGT_light_spot(struct wmGizmoGroupType *gzgt); | ||||
| void VIEW3D_GGT_light_area(struct wmGizmoGroupType *gzgt); | void VIEW3D_GGT_light_area(struct wmGizmoGroupType *gzgt); | ||||
| void VIEW3D_GGT_light_target(struct wmGizmoGroupType *gzgt); | void VIEW3D_GGT_light_target(struct wmGizmoGroupType *gzgt); | ||||
| Show All 34 Lines | |||||