Nodes: move some code from blenkernel directory to nodes

This also introduces the `blender::nodes` namespace. Eventually,
we want to move most/all of the node implementation files into
this namespace.

The reason for this file-move is that the code fits much better
into the `nodes` directory than in the `blenkernel` directory.
This commit is contained in:
Jacques Lucke
2020-07-17 11:36:59 +02:00
parent 0a40c671b0
commit 5910dbdbf7
24 changed files with 92 additions and 90 deletions

View File

@@ -27,11 +27,11 @@
#include "DNA_node_types.h"
#include "BKE_node.h"
#include "BKE_node_tree_multi_function.hh"
#include "BLT_translation.h"
#include "NOD_function.h"
#include "NOD_node_tree_multi_function.hh"
#include "node_util.h"