|
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 Pick Operator | |
| static wmOperatorStatus | 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 61 of file view3d_navigate_view_center_pick.cc.
References ot, view3d_location_poll(), and viewcenter_pick_invoke().
Referenced by view3d_operatortypes().
|
static |
Definition at line 23 of file view3d_navigate_view_center_pick.cc.
References C, 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_gpu(), and WM_operator_smooth_viewtx_get().
Referenced by VIEW3D_OT_view_center_pick().