Fix: #133486: 'use_region_toggle_pie' AssertionError in MovieClipEditor

This commit is contained in:
Campbell Barton
2025-04-22 11:25:14 +00:00
parent 3c15f1bbe0
commit 9de0aa1066
2 changed files with 4 additions and 2 deletions

View File

@@ -3540,6 +3540,7 @@ class WM_MT_region_toggle_pie(Menu):
for region in context.area.regions:
region_type = region.type
# If the attribute doesn't exist, the RNA definition is outdated and needs to be see: #134339 and it fix.
attr = cls._region_info.get(region_type, None)
if attr is None:
continue