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:
authorLukas Toenne <lukas.toenne@googlemail.com>2011-09-06 20:32:51 +0400
committerLukas Toenne <lukas.toenne@googlemail.com>2011-09-06 20:32:51 +0400
commit884fc84793be1c5fdd6643ad267331381f8e1c6b (patch)
treed67444faa3372fd92b4a5cc37a41b7281a0ba2c2 /source/blender/makesdna
parente79d16270bc29f44431689fdb1b362b1866ab8c3 (diff)
Fix for multiple parallel group node executions.
This would previously break because begin/end functions for each tree type still have some checks of the ntree->execdata pointer in them, despite the intended use of execdata instances instead of trees themselves for execution data storage. This is an artifact of the old execution system that required these checks to be made in the functions to avoid multiple execution of top-level trees. Now these functions take an additional argument, so group nodes can prevent them from setting and checking the nodetree->execdata pointers.
Diffstat (limited to 'source/blender/makesdna')
0 files changed, 0 insertions, 0 deletions