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:
authorCampbell Barton <ideasman42@gmail.com>2021-10-06 03:15:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-06 03:18:16 +0300
commitb93e947306517a5b6ab879aab35c8fdccff8887e (patch)
treea3869ea689ed7bc6f710078f4e444e7d3b7f7690 /source/blender/editors
parentdcac86f4f11fb4e464a8f2dc3f2ef69eff4f4f21 (diff)
Cleanup: rename BKE_font.h -> BKE_vfont.h
Match API naming prefix (BKE_vfont_*) and DNA_vfont_types.h.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/curve/editfont.c2
-rw-r--r--source/blender/editors/curve/editfont_undo.c2
-rw-r--r--source/blender/editors/object/object_add.c2
-rw-r--r--source/blender/editors/render/render_shading.c2
-rw-r--r--source/blender/editors/space_view3d/view3d_edit.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/editors/curve/editfont.c b/source/blender/editors/curve/editfont.c
index d029bb539ba..1b44cf88db1 100644
--- a/source/blender/editors/curve/editfont.c
+++ b/source/blender/editors/curve/editfont.c
@@ -42,11 +42,11 @@
#include "BKE_context.h"
#include "BKE_curve.h"
-#include "BKE_font.h"
#include "BKE_lib_id.h"
#include "BKE_main.h"
#include "BKE_object.h"
#include "BKE_report.h"
+#include "BKE_vfont.h"
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_query.h"
diff --git a/source/blender/editors/curve/editfont_undo.c b/source/blender/editors/curve/editfont_undo.c
index 6eaf8971eb0..21a6564edf4 100644
--- a/source/blender/editors/curve/editfont_undo.c
+++ b/source/blender/editors/curve/editfont_undo.c
@@ -33,9 +33,9 @@
#include "DNA_scene_types.h"
#include "BKE_context.h"
-#include "BKE_font.h"
#include "BKE_main.h"
#include "BKE_undo_system.h"
+#include "BKE_vfont.h"
#include "DEG_depsgraph.h"
diff --git a/source/blender/editors/object/object_add.c b/source/blender/editors/object/object_add.c
index cc4f2acc346..4b2315c0552 100644
--- a/source/blender/editors/object/object_add.c
+++ b/source/blender/editors/object/object_add.c
@@ -65,7 +65,6 @@
#include "BKE_displist.h"
#include "BKE_duplilist.h"
#include "BKE_effect.h"
-#include "BKE_font.h"
#include "BKE_geometry_set.h"
#include "BKE_gpencil_curve.h"
#include "BKE_gpencil_geom.h"
@@ -92,6 +91,7 @@
#include "BKE_report.h"
#include "BKE_scene.h"
#include "BKE_speaker.h"
+#include "BKE_vfont.h"
#include "BKE_volume.h"
#include "DEG_depsgraph.h"
diff --git a/source/blender/editors/render/render_shading.c b/source/blender/editors/render/render_shading.c
index 7b2667905ff..b6e6869f4e2 100644
--- a/source/blender/editors/render/render_shading.c
+++ b/source/blender/editors/render/render_shading.c
@@ -48,7 +48,6 @@
#include "BKE_context.h"
#include "BKE_curve.h"
#include "BKE_editmesh.h"
-#include "BKE_font.h"
#include "BKE_global.h"
#include "BKE_image.h"
#include "BKE_layer.h"
@@ -61,6 +60,7 @@
#include "BKE_report.h"
#include "BKE_scene.h"
#include "BKE_texture.h"
+#include "BKE_vfont.h"
#include "BKE_workspace.h"
#include "BKE_world.h"
diff --git a/source/blender/editors/space_view3d/view3d_edit.c b/source/blender/editors/space_view3d/view3d_edit.c
index 15ccf5891d4..6f51d740e55 100644
--- a/source/blender/editors/space_view3d/view3d_edit.c
+++ b/source/blender/editors/space_view3d/view3d_edit.c
@@ -47,7 +47,6 @@
#include "BKE_armature.h"
#include "BKE_camera.h"
#include "BKE_context.h"
-#include "BKE_font.h"
#include "BKE_gpencil_geom.h"
#include "BKE_layer.h"
#include "BKE_lib_id.h"
@@ -57,6 +56,7 @@
#include "BKE_report.h"
#include "BKE_scene.h"
#include "BKE_screen.h"
+#include "BKE_vfont.h"
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_query.h"