From 619a8b6952b63108c95c031683102f45bd049cd4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 24 Oct 2010 07:02:19 +0000 Subject: bugfix [#24357] Font folder can be specified but is not opened - open operator was incorrectly checking if the font path was set. - rna ID editable check was also incorrect, checking the ID name rather then the filename. - use define FO_BUILTIN_NAME rather then "". --- source/blender/makesdna/DNA_vfont_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_vfont_types.h') diff --git a/source/blender/makesdna/DNA_vfont_types.h b/source/blender/makesdna/DNA_vfont_types.h index 0ea60c732cf..e342ef1cd79 100644 --- a/source/blender/makesdna/DNA_vfont_types.h +++ b/source/blender/makesdna/DNA_vfont_types.h @@ -55,5 +55,6 @@ typedef struct VFont { #define FO_PAGEDOWN 9 #define FO_SELCHANGE 10 +#define FO_BUILTIN_NAME "" #endif -- cgit v1.2.3