Home
last modified time | relevance | path

Searched refs:WM_operator_smooth_viewtx_get (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_sequencer/
H A Dsequencer_view.c88 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in sequencer_view_all_exec()
118 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in sequencer_view_frame_exec()
301 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in sequencer_view_selected_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_node/
H A Dnode_view.c127 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in node_view_all_exec()
158 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in node_view_selected_exec()
H A Dnode_select.c1132 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in node_select_same_type_step_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_edit.c2931 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in view3d_all_exec()
3039 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in viewselected_exec()
3264 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in viewcenter_cursor_exec()
3310 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in viewcenter_pick_invoke()
3596 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in view3d_zoom_border_exec()
3951 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in view_axis_exec()
4090 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in view_camera_exec()
4257 int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in vieworbit_exec()
4486 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in viewroll_exec()
H A Dview3d_view.c664 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in view3d_setobjectascamera_exec()
1463 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in localview_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_graph/
H A Dgraph_edit.c312 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in graphkeys_viewall_exec()
321 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in graphkeys_view_selected_exec()
379 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in graphkeys_view_frame_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/
H A DWM_api.h369 int WM_operator_smooth_viewtx_get(const struct wmOperator *op);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_action/
H A Daction_edit.c481 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in actkeys_view_frame_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_nla/
H A Dnla_edit.c557 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in nlaedit_viewframe_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dview2d_ops.c1496 const int smooth_viewtx = WM_operator_smooth_viewtx_get(op); in view_borderzoom_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_operators.c941 int WM_operator_smooth_viewtx_get(const wmOperator *op) in WM_operator_smooth_viewtx_get() function