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>2020-11-06 08:43:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-11-06 08:43:09 +0300
commitd9e7a426404a62d943f8a9f1c725b4a18df4cc92 (patch)
treed89f9d53a84aaa1164ba3f25fba93b3d3c1a3817 /source/blender/blenloader/tests
parent3c097af51f7e3fcf837e8f08d34dc56035b8893a (diff)
Cleanup: use 'BKE_' prefix for initialization functions
Diffstat (limited to 'source/blender/blenloader/tests')
-rw-r--r--source/blender/blenloader/tests/blendfile_loading_base_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/tests/blendfile_loading_base_test.cc b/source/blender/blenloader/tests/blendfile_loading_base_test.cc
index e34be68abbf..cb5fcdbe3c6 100644
--- a/source/blender/blenloader/tests/blendfile_loading_base_test.cc
+++ b/source/blender/blenloader/tests/blendfile_loading_base_test.cc
@@ -73,7 +73,7 @@ void BlendfileLoadingBaseTest::SetUpTestCase()
BKE_modifier_init();
DEG_register_node_types();
RNA_init();
- init_nodesystem();
+ BKE_node_system_init();
G.background = true;
G.factory_startup = true;