From cfdec85cd991115813d94ae0fb85e1eae56ea168 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 3 May 2022 18:30:43 +1000 Subject: Cleanup: auto-format --- release/scripts/startup/bl_ui/space_view3d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/startup/bl_ui') diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py index 69477c80c07..3b966a28d33 100644 --- a/release/scripts/startup/bl_ui/space_view3d.py +++ b/release/scripts/startup/bl_ui/space_view3d.py @@ -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): -- cgit v1.2.3