Home
last modified time | relevance | path

Searched refs:RV3D_LOCK_ROTATION (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_view3d_types.h399 RV3D_LOCK_ROTATION = (1 << 0), enumerator
405 RV3D_LOCK_ANY_TRANSFORM = (RV3D_LOCK_LOCATION | RV3D_LOCK_ROTATION | RV3D_LOCK_ZOOM_AND_DOLLY),
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_utils.c837 if (RV3D_LOCK_FLAGS(rv3dtest) & RV3D_LOCK_ROTATION) { in view3d_boxview_sync()
889 if ((viewlock & RV3D_LOCK_ROTATION) == 0) { in ED_view3d_quadview_update()
919 if (viewlock & RV3D_LOCK_ROTATION) { in ED_view3d_quadview_update()
H A Dview3d_gizmo_navigate.c322 if ((RV3D_LOCK_FLAGS(rv3d) & RV3D_LOCK_ROTATION) == 0) { in WIDGETGROUP_navigate_draw_prepare()
H A Dview3d_view.c236 if ((RV3D_LOCK_FLAGS(rv3d) & RV3D_LOCK_ROTATION) == 0) { in ED_view3d_smooth_view_ex()
352 if ((RV3D_LOCK_FLAGS(rv3d) & RV3D_LOCK_ROTATION) == 0) { in view3d_smoothview_apply()
833 if (RV3D_LOCK_FLAGS(rv3d) & RV3D_LOCK_ROTATION) { in view3d_viewmatrix_set()
H A Dview3d_edit.c983 if (RV3D_LOCK_FLAGS(vod->rv3d) & RV3D_LOCK_ROTATION) { in viewrotate_invoke()
1070 return !is_zero_v3(ndof->rvec) && ((RV3D_LOCK_FLAGS(rv3d) & RV3D_LOCK_ROTATION) == 0); in ndof_has_rotate()
1195 BLI_assert((RV3D_LOCK_FLAGS(rv3d) & RV3D_LOCK_ROTATION) == 0); in view3d_ndof_orbit()
1419 (RV3D_LOCK_FLAGS(rv3d) & RV3D_LOCK_ROTATION); in ndof_orbit_invoke()
2664 if (RV3D_LOCK_FLAGS(vod->rv3d) & RV3D_LOCK_ROTATION) { in viewdolly_invoke()
3872 if (RV3D_LOCK_FLAGS(rv3d) & RV3D_LOCK_ROTATION) { in axis_set_view()
4247 if ((RV3D_LOCK_FLAGS(rv3d) & RV3D_LOCK_ROTATION) && (view_opposite == RV3D_VIEW_USER)) { in vieworbit_exec()
4255 if ((RV3D_LOCK_FLAGS(rv3d) & RV3D_LOCK_ROTATION) == 0 || (view_opposite != RV3D_VIEW_USER)) { in vieworbit_exec()
H A Dspace_view3d.c120 (rv3d->viewlock & RV3D_LOCK_ROTATION) == 0) { in ED_view3d_context_user_region()
154 if ((rv3d->viewlock & RV3D_LOCK_ROTATION) == 0) { in ED_view3d_area_user_region()
H A Dview3d_draw.c1510 if ((U.ndof_flag & NDOF_SHOW_GUIDE) && ((RV3D_LOCK_FLAGS(rv3d) & RV3D_LOCK_ROTATION) == 0) && in view3d_draw_region_info()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/screen/
H A Dscreen_ops.c3884 RV3D_LOCK_ROTATION; in region_quadview_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_space.c4417 RNA_def_property_boolean_sdna(prop, NULL, "viewlock", RV3D_LOCK_ROTATION); in rna_def_space_view3d()