Merge branch 'blender-v4.3-release'

This commit is contained in:
Campbell Barton
2024-11-03 22:04:44 +11:00
23 changed files with 52 additions and 50 deletions

View File

@@ -131,7 +131,7 @@ def find_main_area(ui_type=None):
def gen_events_type_text(text):
"""
Generate events to type in `text`.
Generate events to type in ``text``.
"""
for ch in text:
kw_extra = {}