|
Blender V4.3
|
#include "MEM_guardedalloc.h"#include "BKE_context.hh"#include "BKE_layer.hh"#include "DEG_depsgraph_query.hh"#include "WM_api.hh"#include "view3d_intern.hh"#include "view3d_navigate.hh"Go to the source code of this file.
Functions | |
View Camera Operator | |
| static int | view_camera_exec (bContext *C, wmOperator *op) |
| void | VIEW3D_OT_view_camera (wmOperatorType *ot) |
| void VIEW3D_OT_view_camera | ( | wmOperatorType * | ot | ) |
Definition at line 118 of file view3d_navigate_view_camera.cc.
References wmOperatorType::description, ED_operator_rv3d_user_region_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, ot, wmOperatorType::poll, and view_camera_exec().
Referenced by view3d_operatortypes().
|
static |
Definition at line 26 of file view3d_navigate_view_camera.cc.
References axis_set_view(), BKE_view_layer_active_object_get(), BKE_view_layer_camera_find(), BKE_view_layer_synced_ensure(), V3D_SmoothParams::camera, View3D::camera, CTX_data_scene(), CTX_data_view_layer(), DEG_id_tag_update(), RegionView3D::dist, V3D_SmoothParams::dist, ED_view3d_context_user_region(), ED_view3d_lastview_store(), ED_view3d_smooth_view(), ED_view3d_smooth_view_force_finish(), ID_RECALC_SYNC_TO_EVAL, V3D_SmoothParams::lens, View3D::lens, RegionView3D::lpersp, RegionView3D::lview, RegionView3D::lview_axis_roll, RegionView3D::lviewquat, OB_CAMERA, RegionView3D::ofs, V3D_SmoothParams::ofs, OPERATOR_CANCELLED, OPERATOR_FINISHED, RegionView3D::persp, V3D_SmoothParams::quat, RV3D_CAMOB, RV3D_LOCK_ANY_TRANSFORM, RV3D_LOCK_FLAGS, View3D::scenelock, RegionView3D::smooth_timer, Object::type, V3D_SmoothParams::undo_str, RegionView3D::viewquat, and WM_operator_smooth_viewtx_get().
Referenced by VIEW3D_OT_view_camera().