Cleanup: quiet check_spelling_* targets

Also correct outdated references to `ghash`.
This commit is contained in:
Campbell Barton
2025-02-02 13:56:44 +11:00
parent 53c61f6aa5
commit 4cd827870d
11 changed files with 20 additions and 18 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ font_info = {
def init():
"""init function - runs once"""
import os
# Create a new font object, use external ttf file.
# Create a new font object, use external TTF file.
font_path = bpy.path.abspath('//Zeyada.ttf')
# Store the font indice - to use later.
if os.path.exists(font_path):