diff --git a/utils/blender_theme_as_c.py b/utils/blender_theme_as_c.py index 9c56a86bcfdd7e192e24d12599fd4bab4b5d557d..298f035feff53cf292fa570e440438ea09223a40 100755 --- a/utils/blender_theme_as_c.py +++ b/utils/blender_theme_as_c.py @@ -368,7 +368,7 @@ def main(): with open(source_dst, 'w', encoding='utf-8') as fh: convert_data(blend, theme, fh) - # grr, msvc doesn't like empty braces + # Microsoft Visual Studio doesn't support empty braces. file_remove_empty_braces(source_dst)