From 4ac25883a3638745a76c9fb932c251f013c01796 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 27 Oct 2024 23:22:13 +1100 Subject: [PATCH] Update blender_theme_as_c to match renamed define --- tools/utils/blender_theme_as_c.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/utils/blender_theme_as_c.py b/tools/utils/blender_theme_as_c.py index b3723d12ecc..29a97258aca 100755 --- a/tools/utils/blender_theme_as_c.py +++ b/tools/utils/blender_theme_as_c.py @@ -95,7 +95,7 @@ def dna_rename_defs(blend): ) re_dna_struct_rename_elem = re.compile( - r'DNA_STRUCT_RENAME_ELEM+\(' + r'DNA_STRUCT_RENAME_MEMBER+\(' r'([a-zA-Z0-9_]+)' r',\s*' r'([a-zA-Z0-9_]+)' r',\s*' r'([a-zA-Z0-9_]+)' r'\)',