Merge branch 'blender-v4.0-release'

This commit is contained in:
Pratik Borhade
2023-11-10 16:19:08 +05:30
@@ -185,7 +185,7 @@ void VIEW3D_OT_view_orbit(wmOperatorType *ot)
/** \} */
const ViewOpsType ViewOpsType_orbit = {
/*flag*/ (VIEWOPS_FLAG_PERSP_ENSURE | VIEWOPS_FLAG_ORBIT_SELECT),
/*flag*/ VIEWOPS_FLAG_ORBIT_SELECT,
/*idname*/ "VIEW3D_OT_view_orbit",
/*poll_fn*/ nullptr,
/*init_fn*/ nullptr,