|
Blender V5.0
|
#include "BLI_math_vector.h"#include "BKE_context.hh"#include "WM_api.hh"#include "view3d_intern.hh"#include "view3d_navigate.hh"Go to the source code of this file.
Functions | |
View Center Cursor Operator | |
| static wmOperatorStatus | viewcenter_cursor_exec (bContext *C, wmOperator *op) |
| void | VIEW3D_OT_view_center_cursor (wmOperatorType *ot) |
| void VIEW3D_OT_view_center_cursor | ( | wmOperatorType * | ot | ) |
Definition at line 50 of file view3d_navigate_view_center_cursor.cc.
References ot, view3d_location_poll(), and viewcenter_cursor_exec().
Referenced by view3d_operatortypes().
|
static |
Definition at line 23 of file view3d_navigate_view_center_cursor.cc.
References C, CTX_data_scene(), CTX_wm_region(), CTX_wm_region_view3d(), CTX_wm_view3d(), Scene::cursor, ED_view3d_smooth_view(), ED_view3d_smooth_view_force_finish(), View3DCursor::location, wmOperatorType::name, negate_v3_v3(), V3D_SmoothParams::ofs, OPERATOR_FINISHED, wmOperator::type, V3D_SmoothParams::undo_str, and WM_operator_smooth_viewtx_get().
Referenced by VIEW3D_OT_view_center_cursor().