Blender V5.0
view3d_navigate_view_center_pick.cc File Reference
#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)

Function Documentation

◆ VIEW3D_OT_view_center_pick()

void VIEW3D_OT_view_center_pick ( wmOperatorType * ot)

◆ viewcenter_pick_invoke()