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:
authorJacques Lucke <jacques@blender.org>2020-07-07 19:23:33 +0300
committerJacques Lucke <jacques@blender.org>2020-07-07 19:23:33 +0300
commit4990e4dd01f2b085f5d1842dfa31d79e4df92fbd (patch)
tree2e368d7e0c8c2e5d090e97c12a33e4514d15b8d4 /source/blender/blenlib/CMakeLists.txt
parentff97545c50f458a62a2ea412f8411f8bb34b9c1c (diff)
Nodes: Generate multi-function network from node tree
This adds new callbacks to `bNodeSocketType` and `bNodeType`. Those are used to generate a multi-function network from a node tree. Later, this network is evaluated on e.g. particle data. Reviewers: brecht Differential Revision: https://developer.blender.org/D8169
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index e599b00401a..b796e893d69 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -232,6 +232,7 @@ set(SRC
BLI_quadric.h
BLI_rand.h
BLI_rect.h
+ BLI_resource_collector.hh
BLI_scanfill.h
BLI_set.hh
BLI_set_slots.hh