Fix manual reference error after removal of use_international_fonts
This commit is contained in:
@@ -9,8 +9,6 @@ else:
|
|||||||
|
|
||||||
url_manual_prefix = "https://docs.blender.org/manual/en/" + manual_version + "/"
|
url_manual_prefix = "https://docs.blender.org/manual/en/" + manual_version + "/"
|
||||||
|
|
||||||
language = ""
|
|
||||||
if bpy.context.preferences.view.use_international_fonts:
|
|
||||||
language = bpy.context.preferences.view.language
|
language = bpy.context.preferences.view.language
|
||||||
if language == 'DEFAULT':
|
if language == 'DEFAULT':
|
||||||
import os
|
import os
|
||||||
|
|||||||
Reference in New Issue
Block a user