From 322c03f13cb5a756902f310c2a34cf78825fe02d Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 5 Sep 2019 15:52:38 +0200 Subject: Move callbacks API from BLI to BKE Preparing for the bigger changes which will be related on passing dependency graph to various callbacks which need it. Differential Revision: https://developer.blender.org/D5725 --- source/creator/creator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/creator') diff --git a/source/creator/creator.c b/source/creator/creator.c index 6fd472d24c5..3632eb9eb9a 100644 --- a/source/creator/creator.c +++ b/source/creator/creator.c @@ -38,7 +38,6 @@ #include "BLI_args.h" #include "BLI_threads.h" #include "BLI_utildefines.h" -#include "BLI_callbacks.h" #include "BLI_string.h" #include "BLI_system.h" @@ -47,6 +46,7 @@ #include "BKE_blender.h" #include "BKE_brush.h" #include "BKE_cachefile.h" +#include "BKE_callbacks.h" #include "BKE_context.h" #include "BKE_font.h" #include "BKE_global.h" @@ -357,7 +357,7 @@ int main(int argc, BKE_brush_system_init(); RE_texture_rng_init(); - BLI_callback_global_init(); + BKE_callback_global_init(); /* first test for background */ #ifndef WITH_PYTHON_MODULE -- cgit v1.2.3