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-06-23 11:16:14 +0300
committerJacques Lucke <jacques@blender.org>2020-06-23 11:16:14 +0300
commit3a3708cefb7ae87f53ce45b65754fbb857e945a1 (patch)
treecf8b1990fe698956a4c1e04cc245ee1f060a9bd4 /source/blender/editors/gpencil/gpencil_edit.c
parentc24b1c060dc7bcbcc8b6272a4726890f4885fcad (diff)
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
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_edit.c')
0 files changed, 0 insertions, 0 deletions