Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-05-03 11:33:24 +0300
committerCampbell Barton <campbell@blender.org>2022-05-03 11:33:24 +0300
commitcd1044fb2bdbdcac74704215e2f0baeb7dece39b (patch)
tree81cb04fa1edebf55e1c5b07196fcf24d59e534a3 /release/scripts/startup/bl_ui
parent31bf70e35c521c72a992ec190b824b23c4eeac6f (diff)
parentcfdec85cd991115813d94ae0fb85e1eae56ea168 (diff)
Merge branch 'blender-v3.2-release'
Diffstat (limited to 'release/scripts/startup/bl_ui')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index d1c0c6c9dac..2f2c146b8cf 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):