Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dalai@blender.org>2020-03-06 22:00:42 +0300
committerDalai Felinto <dalai@blender.org>2020-03-06 22:07:02 +0300
commitafe6df1487fd001e18c30bd85660154753ece345 (patch)
tree9a18e26298bb5321e3327e98e6927b65b8aa3390 /source/blender/blenkernel/intern/idtype.c
parent558f449f8c4b212302a2530daecda9346ea10177 (diff)
Cleanup: VFont: Move to IDTypeInfo and remove unused BKE API
This was particularly strange because we had a _free_data() function. But still the one I replaced was of course the _free() one. And we should rename the _free_data_ function later to avoid confusions.
Diffstat (limited to 'source/blender/blenkernel/intern/idtype.c')
-rw-r--r--source/blender/blenkernel/intern/idtype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/idtype.c b/source/blender/blenkernel/intern/idtype.c
index 3ff8a1bebd5..222c201a50e 100644
--- a/source/blender/blenkernel/intern/idtype.c
+++ b/source/blender/blenkernel/intern/idtype.c
@@ -67,7 +67,7 @@ static void id_type_init(void)
INIT_TYPE(ID_KE);
INIT_TYPE(ID_WO);
INIT_TYPE(ID_SCR);
- // INIT_TYPE(ID_VF);
+ INIT_TYPE(ID_VF);
INIT_TYPE(ID_TXT);
// INIT_TYPE(ID_SPK);
// INIT_TYPE(ID_SO);