|
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 Pick Operator | |
| static int | viewcenter_pick_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| void | VIEW3D_OT_view_center_pick (wmOperatorType *ot) |
| void VIEW3D_OT_view_center_pick | ( | wmOperatorType * | ot | ) |
Definition at line 63 of file view3d_navigate_view_center_pick.cc.
References wmOperatorType::description, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, ot, wmOperatorType::poll, view3d_location_poll(), and viewcenter_pick_invoke().
Referenced by view3d_operatortypes().
|
static |
Definition at line 25 of file view3d_navigate_view_center_pick.cc.
References CTX_data_ensure_evaluated_depsgraph(), CTX_wm_region(), CTX_wm_region_view3d(), CTX_wm_view3d(), depsgraph, ED_view3d_autodist(), ED_view3d_depth_override(), ED_view3d_smooth_view(), ED_view3d_smooth_view_force_finish(), ED_view3d_win_to_3d_int(), wmEvent::mval, wmOperatorType::name, negate_v3(), negate_v3_v3(), RegionView3D::ofs, V3D_SmoothParams::ofs, OPERATOR_FINISHED, wmOperator::type, V3D_SmoothParams::undo_str, V3D_DEPTH_NO_GPENCIL, view3d_operator_needs_opengl(), and WM_operator_smooth_viewtx_get().
Referenced by VIEW3D_OT_view_center_pick().