|
Blender V5.0
|
#include "BKE_context.hh"#include "BKE_layer.hh"#include "DEG_depsgraph.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 wmOperatorStatus | view_camera_exec (bContext *C, wmOperator *op) |
| void | VIEW3D_OT_view_camera (wmOperatorType *ot) |
| void VIEW3D_OT_view_camera | ( | wmOperatorType * | ot | ) |
Definition at line 116 of file view3d_navigate_view_camera.cc.
References ED_operator_rv3d_user_region_poll(), ot, and view_camera_exec().
Referenced by view3d_operatortypes().
|
static |
Definition at line 24 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(), C, Scene::camera, 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(), Scene::id, 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, ARegion::regiondata, 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().