blender/tests/gtests
Jacques Lucke 3a3708cefb Functions: Multi Function Network
A multi-function network is a graph data structure, where nodes are
multi-functions (or dummies) and links represent data flow.
New multi-functions can be derived from such a network. For that
one just has to specify two sets of sockets in the network that
represent the inputs and outputs of the new function.

It is possible to do optimizations like constant folding on this
data structure, but that is not implemented in this patch yet.

In a next step, user generated node trees are converted into a
MFNetwork, so that they can be evaluated efficiently for many particles.

This patch also includes some tests that cover the majority of the code.
However, this seems to be the kind of code that is best tested by some
.blend files. Building graph structures in code is possible, but is
not easy to understand afterwards.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D8049
2020-06-23 10:16:14 +02:00
..
alembic Cleanup: Alembic, move the C++ code to blender::io::alembic namespace 2020-06-19 15:30:18 +02:00
blenkernel Code Cleanup: fcurve function naming 2020-06-05 09:30:15 +02:00
blenlib Tests: Use explicit signature constants 2020-06-19 12:02:21 +02:00
blenloader Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
bmesh Cleanup: improve custom data type names 2020-06-10 15:47:31 +02:00
ffmpeg CMake: Fix linking of ffmpeg_test on macOS 2020-01-16 15:52:19 +01:00
functions Functions: Multi Function Network 2020-06-23 10:16:14 +02:00
guardedalloc Fix: Use a minimal alignment of 8 in MEM_lockfree_mallocN_aligned 2020-01-23 14:21:48 +01:00
testing Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
usd USD Test: Don't use designated initializers 2020-06-19 12:36:37 +02:00
CMakeLists.txt Functions: Run-time type system and index mask 2020-06-08 17:37:43 +02:00