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:
Diffstat (limited to 'source/creator/creator.c')
-rw-r--r--source/creator/creator.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 75523024aa4..94f1cbc4901 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -80,6 +80,8 @@
#include "RNA_define.h"
+#include "FN_initialize.h"
+
#ifdef WITH_FREESTYLE
# include "FRS_freestyle.h"
#endif
@@ -377,6 +379,7 @@ int main(int argc,
BKE_shaderfx_init();
BKE_volumes_init();
DEG_register_node_types();
+ FN_initialize();
BKE_brush_system_init();
RE_texture_rng_init();