Skip to content

4.0使用时提示赋值错误 #2

@Yorha4D

Description

@Yorha4D

image
Python: Traceback (most recent call last):
File "C:\Users\YORHA\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blender-language-switcher-main_init_.py", line 42, in invoke
return self.execute(context)
File "C:\Users\YORHA\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blender-language-switcher-main_init_.py", line 37, in execute
bpy.context.preferences.view.language = ('zh_HANS' if (bpy.app.version[0] >= 4) else 'zh_CN')
TypeError: bpy_struct: item.attr = val: enum "zh_HANS" not found in ('DEFAULT', 'en_US', 'es', 'ja_JP', 'sk_SK', 'vi_VN', 'zh_CN', 'ar_EG', 'de_DE', 'fr_FR', 'it_IT', 'ko_KR', 'pt_BR', 'pt_PT', 'ru_RU', 'uk_UA', 'zh_TW', 'ab', 'ca_AD', 'cs_CZ', 'eo', 'eu_EU', 'fa_IR', 'ha', 'he_IL', 'hi_IN', 'hr_HR', 'hu_HU', 'id_ID', 'ky_KG', 'nl_NL', 'pl_PL', 'sr_RS', 'sr_RS@latin', 'sv_SE', 'th_TH', 'tr_TR')
——————————————————————————————————————————————
或许是版本判断错误?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions