Merge branch 'blender-v3.2-release'

This commit is contained in:
Campbell Barton 2022-05-03 18:33:24 +10:00
commit cd1044fb2b
2 changed files with 2 additions and 2 deletions

View File

@ -5687,7 +5687,7 @@ class VIEW3D_PT_object_type_visibility(Panel):
bl_label = "View Object Types"
bl_ui_units_x = 7
# Allows derived classes to pass view data other than context.space_data.
# Allows derived classes to pass view data other than context.space_data.
# This is used by the official VR add-on, which passes XrSessionSettings
# since VR has a 3D view that only exists for the duration of the VR session.
def draw_ex(self, context, view, show_select):

View File

@ -31,8 +31,8 @@
/* For menu, popup, icons, etc. */
#include "ED_anim_api.h"
#include "ED_screen.h"
#include "ED_util_imbuf.h"
#include "ED_time_scrub_ui.h"
#include "ED_util_imbuf.h"
/* Own include. */
#include "sequencer_intern.h"