Add basic text editing feature tests

This commit is contained in:
Dion Moult
2026-03-15 23:30:10 +11:00
parent c30d24c4d9
commit c3a87c8f9c
2 changed files with 76 additions and 1 deletions
+1 -1
View File
@@ -378,7 +378,7 @@ def i_look_at_the_panel_panel(panel: str) -> None:
# Option to provide explicit panel name if panel names overlap.
panel_class = getattr(bpy.types, panel, None)
if panel_class is None:
if panel_class is None or panel_class.bl_rna.base.name not in ("Panel", "Operator", "Menu", "UIList"):
global ui_name_cache
create_ui_name_cache()
if panel not in ui_name_cache: