|
Blender V4.3
|
#include "MEM_guardedalloc.h"#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 int | 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 52 of file view3d_navigate_view_center_cursor.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, ot, wmOperatorType::poll, view3d_location_poll(), and viewcenter_cursor_exec().
Referenced by view3d_operatortypes().
|
static |
Definition at line 25 of file view3d_navigate_view_center_cursor.cc.
References CTX_data_scene(), CTX_wm_region(), CTX_wm_region_view3d(), CTX_wm_view3d(), ED_view3d_smooth_view(), ED_view3d_smooth_view_force_finish(), 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().